Initializes a new instance of the C1OrderedSet class.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public C1OrderedSet(
	C1OrderedSet set
)
Visual Basic
Public Sub New ( _
	set As C1OrderedSet _
)

Parameters

set
Type: C1.WPF..::..C1OrderedSet
The collection whose elements are copied to the new set.

See Also