[]
        
(Showing Draft Content)

C1.WPF.Core.C1OrderedSet.-ctor

C1OrderedSet Constructor

C1OrderedSet()

Initializes a new instance of the C1OrderedSet class.

Declaration
public C1OrderedSet()

C1OrderedSet(C1OrderedSet)

Initializes a new instance of the C1OrderedSet class.

Declaration
public C1OrderedSet(C1OrderedSet set)
Parameters
Type Name Description
C1OrderedSet set

The collection whose elements are copied to the new set.

C1OrderedSet(int, int)

Initializes a new instance of the C1OrderedSet class.

Declaration
public C1OrderedSet(int lowerBound, int upperBound)
Parameters
Type Name Description
int lowerBound
int upperBound