Click or drag to resize

Range<TRange, TState> .MergeAllOverlapping Method

Overload List
  Name Description
Public method Static member MergeAllOverlapping(IEnumerable<Range<TRange, TState> > ) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerable<Range<TRange, TState> > , IComparer<TRange> ) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerable<Range<TRange, TState> > , Comparison<TRange> ) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Top
See Also