Entries

SevenZipArchive.Entries property

Gets entries of SevenZipArchiveEntry type constituting the archive.

public ReadOnlyCollection<SevenZipArchiveEntry> Entries { get; }

See Also