![]() | RangeT Constructor |
Name | Description | |
---|---|---|
![]() | RangeT(T, T) |
Constructs a new inclusive range using the default comparer
|
![]() | RangeT(T, T, IComparerT) |
Constructs a new range including both ends using the specified comparer
|
![]() | RangeT(T, T, IComparerT, Boolean, Boolean) |
Constructs a new range, including or excluding each end as specified,
with the given comparer.
|