RangeTRange, TStateMerge(RangeTRange, TState, IComparerTRange) Method
Merges two ranges into one range that fully encompasses both ranges.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
Public Function Merge (
range As Range(Of TRange, TState),
comparer As IComparer(Of TRange)
) As Range(Of TRange, TState)
public:
Range<TRange, TState>^ Merge(
Range<TRange, TState>^ range,
IComparer<TRange>^ comparer
)
function Merge(range, comparer);
- range RangeTRange, TState
- The range to be merged with this one.
- comparer IComparerTRange
- The comparer used to compare objects of type TRange.
RangeTRange,
TStateThe range that fully encompasses the merged ranges.