IsoArchive.Entries

IsoArchive.Entries property

Gets entries of IsoEntry type constituting the archive.

public ReadOnlyCollection<IsoEntry> Entries { get; }

Exceptions

exceptioncondition
ObjectDisposedExceptionArchive has been disposed and cannot be used.

See Also