InstantMessengerList.IndexOf

InstantMessengerList.IndexOf method

Determines the index of a specific item in the list.

public int IndexOf(InstantMessengerAddress value)
ParameterTypeDescription
valueInstantMessengerAddressThe Object to locate in the list.

Return Value

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

See Also