Click or drag to resize

RangeTRange, TState Methods

The RangeTRange, TState type exposes the following members.

Methods
  Name Description
Public method Contains(TRange) Determines whether the range contains the given value.
Public method Contains(RangeTRange, TState) Determines whether the range contains the given range.
Public method Contains(TRange, IComparerTRange) Determines whether the range contains the given value.
Public method Contains(TRange, ComparisonTRange) Determines whether the range contains the given value.
Public method Contains(RangeTRange, TState, IComparerTRange) Determines whether the range contains the given range.
Public method Contains(RangeTRange, TState, ComparisonTRange) Determines whether the range contains the given range.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Static member Merge(IEnumerableRangeTRange, TState) Merges all ranges in a collection of ranges.
Public method Merge(RangeTRange, TState) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member Merge(IEnumerableRangeTRange, TState, ComparerTRange) Merges all ranges in a collection of ranges.
Public method Static member Merge(IEnumerableRangeTRange, TState, ComparisonTRange) Merges all ranges in a collection of ranges.
Public method Merge(RangeTRange, TState, IComparerTRange) Merges two ranges into one range that fully encompasses both ranges.
Public method Merge(RangeTRange, TState, ComparisonTRange) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeTRange, TState) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeTRange, TState, IComparerTRange) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeTRange, TState, ComparisonTRange) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeTRange, TState) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeTRange, TState, IComparerTRange) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeTRange, TState, ComparisonTRange) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Overlaps(RangeTRange, TState) Determines whether the range overlaps with the given range.
Public method Overlaps(RangeTRange, TState, IComparerTRange) Determines whether the range overlaps with the given range.
Public method Overlaps(RangeTRange, TState, ComparisonTRange) Determines whether the range overlaps with the given range.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also