Constable Authorization Engine 2.0 BETA

RoleCollection Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the RoleCollection class with the given ICollectionUpdater implementation.

[Visual Basic]
Protected Sub New( _
   ByVal updater As ICollectionUpdater _
)
[C#]
protected RoleCollection(
   ICollectionUpdater updater
);

See Also

RoleCollection Class | LaMarvin.Constable.Model Namespace