C1.Win.RulesManager.Model Namespace / RuleCollection Class / AddRange Method

In This Topic
AddRange Method (RuleCollection)
In This Topic
Adds the IRule elements of the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal rules As IEnumerable(Of IRule) _
) 
 

Parameters

rules
See Also