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.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
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.