Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItemsCollection Class / Add Method
The object to add to the ICollection.

In This Topic
    Add Method (TreeViewItemsCollection)
    In This Topic
    Adds an item to the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As TreeViewItem _
    ) 
    public void Add( 
       TreeViewItem item
    )

    Parameters

    item
    The object to add to the ICollection.
    See Also