ComponentOne Expression Editor for WPF
Find Method

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

Parameters

match
See Also

Reference

RuleCollection Class
RuleCollection Members