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

In This Topic
    Add Method (RuleCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As BaseRule _
    ) 
    public void Add( 
       BaseRule item
    )

    Parameters

    item
    See Also