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#
int IndexOf(
	U key
)
Visual Basic
Function IndexOf ( _
	key As U _
) As Integer
Visual C++
int IndexOf(
	U key
)

Parameters

key
Type: U

See Also