ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopicList Class / TrueForAll Method

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

    Parameters

    match
    See Also