Range Constructor
Constructor in Range<T>
Declaration
public Range(T min = null, T max = null)
Description
Creates a new range with the specified values.
Parameters
min | The lower bound of the range. |
max | The upper bound of the range. |
public Range(T min = null, T max = null)
Creates a new range with the specified values.
min | The lower bound of the range. |
max | The upper bound of the range. |