Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / aj Class / FindAll Method

In This Topic
    FindAll Method (aj)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of ah) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<ah> match
    )

    Parameters

    match
    See Also