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

minThe lower bound of the range.
maxThe upper bound of the range.