Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / C1OrderedSet Constructor / C1OrderedSet Constructor(C1OrderedSet)
The collection whose elements are copied to the new set.

In This Topic
    C1OrderedSet Constructor(C1OrderedSet)
    In This Topic
    Initializes a new instance of the C1OrderedSet class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal set As C1OrderedSet _
    )
    public C1OrderedSet( 
       C1OrderedSet set
    )

    Parameters

    set
    The collection whose elements are copied to the new set.
    See Also