Click or drag to resize

RangeTMerge Method

Overload List
  Name Description
Public method Static member Merge(IEnumerableRangeT) Merges all ranges in a collection of ranges.
Public method Merge(RangeT) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member Merge(IEnumerableRangeT, ComparerT) Merges all ranges in a collection of ranges.
Public method Static member Merge(IEnumerableRangeT, ComparisonT) Merges all ranges in a collection of ranges.
Public method Merge(RangeT, IComparerT) Merges two ranges into one range that fully encompasses both ranges.
Public method Merge(RangeT, ComparisonT) Merges two ranges into one range that fully encompasses both ranges.
Top
See Also