RangeTRange, TStateMerge(IEnumerableRangeTRange, TState, ComparerTRange) Method
Merges all ranges in a collection of ranges.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
Gemstone.Range.Merge = function(ranges, comparer);
- ranges IEnumerableRangeTRange, TState
- The collection of ranges to be merged.
- comparer ComparerTRange
- The comparer used to compare objects of type TRange.
RangeTRange,
TStateA range that is the result of merging all ranges in the collection.