Constable Authorization Engine 2.0 BETA

ActionCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a new action at the specified place in the collection.

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal action As Action _
)
[C#]
public virtual void Insert(
   int index,
   Action action
);

Parameters

index
The index where the new action should be placed.
action
The action being inserted.

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace