Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1OrderedSet Class / C1OrderedSet Constructor / C1OrderedSet Constructor(Int32,Int32)

In This Topic
    C1OrderedSet Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the C1OrderedSet class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal lowerBound As Integer, _
       ByVal upperBound As Integer _
    )
    public C1OrderedSet( 
       int lowerBound,
       int upperBound
    )

    Parameters

    lowerBound
    upperBound
    See Also