FreeFlow class library

ActionCollection.IndexOf Method 

Determines the index of a specific item in the IList.

[Visual Basic]
NotOverridable Public Function IndexOf( _
   ByVal value As Object _
) As Integer _
    Implements IList.IndexOf
[C#]
public int IndexOf(
   object value
);

Parameters

value
The Object to locate in the IList.

Return Value

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

Implements

IList.IndexOf

See Also

ActionCollection Class | FreeFlow.Administration Namespace