RangeCreateTValue Method

public static Range<TValue> Create<TValue>(
	TValue from,
	TValue to
)
where TValue : struct, new()

Parameters

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

Type Parameters

TValueThe type of the range bounds.

Return Value

RangeTValue

See Also

Reference