The ZipItemCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of items contained in the collection.
(Inherited from ArchiveItemCollection.) | |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from ArchiveItemCollection.) | |
Item[([( Int32])]) |
Gets the item at the specified index.
| |
Item[([( String])]) |
Gets the ZipItem with specified path.
| |
Items |
Gets a List<(Of <(<'T>)>)> object that the ArchiveItemCollection class wraps.
(Inherited from ArchiveItemCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList..::..IsFixedSize | (Inherited from ArchiveItemCollection.) | |
ICollection..::..IsSynchronized | (Inherited from ArchiveItemCollection.) | |
IList<(Of <<'(ArchiveItem>)>>)..::..Item | (Inherited from ArchiveItemCollection.) | |
IList<(Of <<'(ZipItem>)>>)..::..Item | ||
IList..::..Item | (Inherited from ArchiveItemCollection.) | |
ICollection..::..SyncRoot | (Inherited from ArchiveItemCollection.) |