Click or drag to resize

Range<T> .MergeAllOverlapping Method

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