C1.Win.RulesManager.Model Namespace / IRuleCollection Interface / AddRange Method

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

Parameters

rules
See Also