Constable Authorization Engine 2.0 BETA

RoleCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a role to the end of the collection.

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

Parameters

role
The role to be added.

Return Value

The index of the added role.

See Also

RoleCollection Class | LaMarvin.Constable.Model Namespace