ZipItemCollection.IList<ArchiveItem>.IndexOf Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IList<ArchiveItem>.IndexOf(ArchiveItem)
Get an index of the item
in the collection.
Inherited from ArchiveItemCollection.
Declaration
int IList<ArchiveItem>.IndexOf(ArchiveItem item)
Parameters
Type | Name | Description |
---|---|---|
ArchiveItem | item | An item to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | Index of the |