[]
        
(Showing Draft Content)

C1.Maui.Core.C1OrderedSet.-ctor

C1OrderedSet Constructor

C1OrderedSet()

Initializes a new instance of the C1OrderedSet class.

Declaration
public C1OrderedSet()
Public Sub New()

C1OrderedSet(IOrderedSet<int>)

Initializes a new instance of the C1OrderedSet class.

Declaration
public C1OrderedSet(IOrderedSet<int> set)
Public Sub New([set] As IOrderedSet(Of Integer))
Parameters
Type Name Description
IOrderedSet<int> 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)
Public Sub New(lowerBound As Integer, upperBound As Integer)
Parameters
Type Name Description
int lowerBound
int upperBound