ComponentOne Expression Editor for WPF
AddRange Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class : AddRange Method
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of BaseRule) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<BaseRule> collection
)

Parameters

collection
See Also

Reference

RuleCollection Class
RuleCollection Members