InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / CodeRange Class / CodeRange Constructor / CodeRange Constructor(UInt16,UInt16)

In This Topic
    CodeRange Constructor(UInt16,UInt16)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal first As UShort, _
       ByVal last As UShort _
    )
    public CodeRange( 
       ushort first,
       ushort last
    )

    Parameters

    first
    last
    See Also