PrefetchPathIListIndexOf Method |
Determines the index of a specific item in the
IList.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax int IList.IndexOf(
Object value
)
Private Function IndexOf (
value As Object
) As Integer Implements IList.IndexOf
Parameters
- value
- Type: SystemObject
The object to locate in the IList.
Return Value
Type:
Int32The index of
value if found in the list; otherwise, -1.
Implements
IListIndexOf(Object)See Also