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

In This Topic
    Find Method
    In This Topic
    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