RangeTValue Constructor

public Range(
	TValue from,
	TValue to
)

Parameters

fromTValue
The lower bound of the range.
toTValue
The upper bound of the range.

See Also

Reference