ComponentOne Expression Editor for WPF
InsertRange Method

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

Parameters

index
collection
See Also

Reference

RuleCollection Class
RuleCollection Members