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

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

    Parameters

    item
    The object to add to the ICollection.
    See Also