BasicCollectionTIndexOf Method |
Determines the index of a specific item in the
IListT.
Namespace:
SysadminsLV.PKI
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int
Parameters
- item
- Type: T
The object to locate in the IListT.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)See Also