Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / bm Class / FindLast Method

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

    Parameters

    match
    See Also