Constable Authorization Engine 2.0 BETA

RoleCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a role into the collection.

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

Parameters

index
The index where the role is to be inserted.
role
The role being inserted into the collection.

See Also

RoleCollection Class | LaMarvin.Constable.Model Namespace