RangeT Methods |
The RangeT type exposes the following members.
Name | Description | |
---|---|---|
Contains(T) | Determines whether the range contains the given value. | |
Contains(RangeT) | Determines whether the range contains the given range. | |
Contains(T, IComparerT) | Determines whether the range contains the given value. | |
Contains(T, ComparisonT) | Determines whether the range contains the given value. | |
Contains(RangeT, IComparerT) | Determines whether the range contains the given range. | |
Contains(RangeT, ComparisonT) | Determines whether the range contains the given range. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
Merge(IEnumerableRangeT) | Merges all ranges in a collection of ranges. | |
Merge(RangeT) | Merges two ranges into one range that fully encompasses both ranges. | |
Merge(IEnumerableRangeT, ComparerT) | Merges all ranges in a collection of ranges. | |
Merge(IEnumerableRangeT, ComparisonT) | Merges all ranges in a collection of ranges. | |
Merge(RangeT, IComparerT) | Merges two ranges into one range that fully encompasses both ranges. | |
Merge(RangeT, ComparisonT) | Merges two ranges into one range that fully encompasses both ranges. | |
MergeAllOverlapping(IEnumerableRangeT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
MergeAllOverlapping(IEnumerableRangeT, IComparerT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
MergeAllOverlapping(IEnumerableRangeT, ComparisonT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
MergeConsecutiveOverlapping(IEnumerableRangeT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
MergeConsecutiveOverlapping(IEnumerableRangeT, IComparerT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
MergeConsecutiveOverlapping(IEnumerableRangeT, ComparisonT) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. | |
Overlaps(RangeT) | Determines whether the range overlaps with the given range. | |
Overlaps(RangeT, IComparerT) | Determines whether the range overlaps with the given range. | |
Overlaps(RangeT, ComparisonT) | 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) |