ComponentOne FlexGrid for UWP
C1OrderedSet Constructor(C1OrderedSet)

C1.UWP Assembly > C1.Xaml 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 _
)
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