ZipItemCollection.IndexOf Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IndexOf(ZipItem)
Returns the index of a specific item in the collection.
Declaration
public int IndexOf(ZipItem item)
Parameters
Type | Name | Description |
---|---|---|
ZipItem | item | The object to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | The index of item if found in the list; otherwise, -1. |