ZipItemCollection.Items Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
Items
Gets a List<T> object that the Rebex.IO.Compression.ArchiveItemCollection class wraps.
Declaration
protected IList<ArchiveItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| IList<ArchiveItem> | A List<T> object that the Rebex.IO.Compression.ArchiveItemCollection class wraps. |