Returns the index of the first object with the matching key.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int IndexOf(
	U key
)
Visual Basic
Public Function IndexOf ( _
	key As U _
) As Integer
Visual C++
public:
virtual int IndexOf(
	U key
) sealed

Parameters

key
Type: U

Implements

IKeyedList<(Of <(<'T, U>)>)>..::..IndexOf(U)

See Also