Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Add Method / Add(Int32) Method
The object to add to the ICollection.

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

    Parameters

    item
    The object to add to the ICollection.
    See Also