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