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

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

    Parameters

    item
    The object to add to the ICollection.
    See Also