Archive.Entries

Archive.Entries property

Gets entries of ArchiveEntry type constituting the archive.

public ReadOnlyCollection<ArchiveEntry> Entries { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionThe archive is opened from read-only stream.
ObjectDisposedExceptionArchive has been disposed and cannot be used.

See Also