Initializes a range to the specified lower and upper bounds.
Public Sub New( lb As Integer, ub As Integer )
public RangeInfo( int lb, int ub );