ComponentOne FinancialChart for WPF
C1.WPF 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 _
    )
    'Usage
     
    
    Dim set As C1OrderedSet
     
    Dim instance As New C1OrderedSet(set)
    public C1OrderedSet( 
       C1OrderedSet set
    )
    public:
    C1OrderedSet( 
       C1OrderedSet^ set
    )

    Parameters

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