EntityBindingSourceIndexOf Method

Determines the index of a specific item in the IList.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int IndexOf(
	Object value
)

Parameters

value  Object
The Object to locate in the IList.

Return Value

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

Implements

IListIndexOf(Object)

See Also