Variable.RangeInfo.RangeInfo(int, int) Constructor   MG2009New

Visual Basic
Public Sub New(
    lb As Integer, 
    ub As Integer
)
C#
public RangeInfo(
    int lb, 
    int ub
);
Description

Initializes a range to the specified lower and upper bounds.

Links