Click or drag to resize
EntityFieldsCore<TField>.IndexOf 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.0.0.0 (5.0.0)
Syntax
public int IndexOf(
	Object value
)

Parameters

value
Type: System.Object
The Object to locate in the IList.

Return Value

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

Implements

IList.IndexOf(Object)
See Also