[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.IRuleCollection.AddRange

AddRange Method

AddRange(IEnumerable<IRule>)

Adds the IRule elements of the specified collection to the end of the collection.

Declaration
void AddRange(IEnumerable<IRule> rules)
Parameters
Type Name Description
IEnumerable<IRule> rules