RangeTRange, TStateMergeConsecutiveOverlapping(IEnumerableRangeTRange, TState, ComparisonTRange) Method
Merges all consecutive groups of overlapping ranges in a
collection and returns the resulting collection of ranges.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
Gemstone.Range.MergeConsecutiveOverlapping = function(ranges, comparison);
- ranges IEnumerableRangeTRange, TState
- The collection of ranges.
- comparison ComparisonTRange
- The comparison used to compare objects of type TRange.
IEnumerableRangeTRange,
TStateThe collection of merged ranges.