Gets the index of the entry with the specified name.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public int IndexOf(
	string name
)
Visual Basic
Public Function IndexOf ( _
	name As String _
) As Integer

Parameters

name
Type: System..::..String
Name of the entry to look for.

Return Value

The index of the entry in the collection, or -1 if the entry was not found.

See Also