ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Add Method / Add(Int32) Method
The object to add to the System.Collections.Generic.ICollection`1.

In This Topic
    Add(Int32) Method
    In This Topic
    Adds an item to the System.Collections.Generic.ICollection`1.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal item As System.Integer _
    ) 
    public void Add( 
       System.int item
    )

    Parameters

    item
    The object to add to the System.Collections.Generic.ICollection`1.
    See Also