ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / InsertRange Method

In This Topic
    InsertRange Method
    In This Topic
    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