Returns the index of a specific item in the collection.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Function IndexOf ( _ item As ZipItem _ ) As Integer |
C# |
---|
public int IndexOf( ZipItem item ) |
Parameters
- item
- Type: Rebex.IO.Compression..::..ZipItem
The object to locate in the collection.