Click or drag to resize

RangeT(IRangeT) Constructor

Creates a new instance of RangeT from an existing range value.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public Range(
	IRange<T> range
)

Parameters

range  IRangeT
The RangeT structure to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null
ArgumentOutOfRangeExceptionrange.Lower is greater than range.Upper
See Also