ComponentOne Expression Editor for WPF
FindAll Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class : FindAll Method
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of BaseRule) _
) As System.Collections.Generic.List(Of BaseRule)
public System.Collections.Generic.List<BaseRule> FindAll( 
   System.Predicate<BaseRule> match
)

Parameters

match
See Also

Reference

RuleCollection Class
RuleCollection Members