|
|
RangeTMerge Method |
| Name | Description | |
|---|---|---|
|
|
Merge(IEnumerableRangeT) | Merges all ranges in a collection of ranges. |
|
|
Merge(RangeT) | Merges two ranges into one range that fully encompasses both ranges. |
|
|
Merge(IEnumerableRangeT, ComparerT) | Merges all ranges in a collection of ranges. |
|
|
Merge(IEnumerableRangeT, ComparisonT) | Merges all ranges in a collection of ranges. |
|
|
Merge(RangeT, IComparerT) | Merges two ranges into one range that fully encompasses both ranges. |
|
|
Merge(RangeT, ComparisonT) | Merges two ranges into one range that fully encompasses both ranges. |