TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / AddRange Method

In This Topic
    AddRange Method (C1TreeNodeCollection)
    In This Topic
    Adds the collection of nodes to the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of C1TreeNode) _
    ) 
    public void AddRange( 
       IEnumerable<C1TreeNode> collection
    )

    Parameters

    collection
    See Also