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

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