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

In This Topic
    RemoveAll Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of BaseRule) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<BaseRule> match
    )

    Parameters

    match
    See Also