ComponentOne Basic Library for WPF and Silverlight
C1OrderedSet Constructor(C1OrderedSet)


C1.WPF Namespace > C1OrderedSet Class > C1OrderedSet Constructor : C1OrderedSet Constructor(C1OrderedSet)
The collection whose elements are copied to the new set.
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
)

Parameters

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

Reference

C1OrderedSet Class
C1OrderedSet Members
Overload List