| CollectionCoreTIndexOf Method  | 
 
            Determines the index of a specific item in the 
IListT.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic int IndexOf(
	T item
)
Public Function IndexOf ( 
	item As T
) As Integer
Parameters
- item
 - Type: T
The object to locate in the IListT. 
Return Value
Type: 
Int32
            The index of item if found in the list; otherwise, -1.
            
Implements
IListTIndexOf(T)
See Also