Constable Authorization Engine 2.0 BETA

RuleCollectionBase.AddRange Method 

[This is preliminary documentation and subject to change.]

Adds a collection of RuleBase descendants to the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal rules As ICollection _
)
[C#]
public void AddRange(
   ICollection rules
);

Parameters

rules
The collection of rules to be added to this collection.

See Also

RuleCollectionBase Class | LaMarvin.Constable.Model Namespace