Initializes a new instance of the C1OrderedSet class.

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

Syntax

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

Parameters

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

See Also