Constable Authorization Engine 2.0 BETA

ActionCollection.IndexOf Method (Action)

[This is preliminary documentation and subject to change.]

Returns the index of the action.

[Visual Basic]
Overridable Overloads Public Function IndexOf( _
   ByVal action As Action _
) As Integer
[C#]
public virtual int IndexOf(
   Action action
);

Parameters

action
The action reference.

Return Value

The index of the action within the collection or -1 if the action is not a member of the collection.

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace | ActionCollection.IndexOf Overload List