[]
Initializes a new instance of the C1OrderedSet class.
public C1OrderedSet()
Public Sub New()
Initializes a new instance of the C1OrderedSet class.
public C1OrderedSet(C1OrderedSet set)
Public Sub New([set] As C1OrderedSet)
| Type | Name | Description |
|---|---|---|
| C1OrderedSet | set | The collection whose elements are copied to the new set. |
Initializes a new instance of the C1OrderedSet class.
public C1OrderedSet(int lowerBound, int upperBound)
Public Sub New(lowerBound As Integer, upperBound As Integer)
| Type | Name | Description |
|---|---|---|
| int | lowerBound | |
| int | upperBound |