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.

Return Value

The index of item if found in the list; otherwise, -1.

Implements

IList<(Of <(<'T>)>)>..::..IndexOf(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also