XarArchive.Entries

XarArchive.Entries property

Gets entries of XarEntry type constituting the archive.

public IEnumerable<XarEntry> Entries { get; }

Exceptions

exceptioncondition
ObjectDisposedExceptionArchive has been disposed and cannot be used.

See Also