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

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

    Parameters

    match
    See Also