Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / ItemsCollection Class / Add Method

In This Topic
    Add Method (ItemsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As Object _
    ) 
    public void Add( 
       object item
    )

    Parameters

    item
    See Also