ComponentOne Expression Editor for WPF
RemoveAll Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class : RemoveAll Method
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

Reference

RuleCollection Class
RuleCollection Members