Click or drag to resize

RangeTRange, TStateMerge Method

Overload List
  Name Description
Public method Static member Merge(IEnumerableRangeTRange, TState) Merges all ranges in a collection of ranges.
Public method Merge(RangeTRange, TState) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member Merge(IEnumerableRangeTRange, TState, ComparerTRange) Merges all ranges in a collection of ranges.
Public method Static member Merge(IEnumerableRangeTRange, TState, ComparisonTRange) Merges all ranges in a collection of ranges.
Public method Merge(RangeTRange, TState, IComparerTRange) Merges two ranges into one range that fully encompasses both ranges.
Public method Merge(RangeTRange, TState, ComparisonTRange) Merges two ranges into one range that fully encompasses both ranges.
Top
See Also