ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopicList Class / AddRange Method

In This Topic
    AddRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of HelpTopic) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<HelpTopic> collection
    )

    Parameters

    collection
    See Also