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