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

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

    Parameters

    match
    See Also