Constable Authorization Engine 2.0 BETA

ActionCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds the action to the end of the collection.

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

Parameters

action
The action being added.

Return Value

The index of the newly added action.

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace