System.IO.Compression.ZipArchiveEntry.ZipArchiveEntry C# (CSharp) Méthode

ZipArchiveEntry() private méthode

private ZipArchiveEntry ( )
        internal ZipArchiveEntry() { }
        public System.IO.Compression.ZipArchive Archive { get { throw null; } }

Same methods

ZipArchiveEntry::ZipArchiveEntry ( ZipArchive archive, ZipCentralDirectoryFileHeader cd ) : System.Collections.Generic
ZipArchiveEntry::ZipArchiveEntry ( ZipArchive archive, ZipCentralDirectoryFileHeader cd, CompressionLevel compressionLevel ) : System.Collections.Generic
ZipArchiveEntry::ZipArchiveEntry ( ZipArchive archive, string entryName ) : System.Collections.Generic
ZipArchiveEntry::ZipArchiveEntry ( ZipArchive archive, string entryName, CompressionLevel compressionLevel ) : System.Collections.Generic