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