![]() |
Range<T> Methods |
The Range<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Contains(T) | Determines whether the range contains the given value. |
![]() |
Contains(Range<T> ) | Determines whether the range contains the given range. |
![]() |
Contains(T, IComparer<T> ) | Determines whether the range contains the given value. |
![]() |
Contains(T, Comparison<T> ) | Determines whether the range contains the given value. |
![]() |
Contains(Range<T> , IComparer<T> ) | Determines whether the range contains the given range. |
![]() |
Contains(Range<T> , Comparison<T> ) | 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(IEnumerable<Range<T> > ) | Merges all ranges in a collection of ranges. |
![]() |
Merge(Range<T> ) | Merges two ranges into one range that fully encompasses both ranges. |
![]() ![]() |
Merge(IEnumerable<Range<T> > , Comparer<T> ) | Merges all ranges in a collection of ranges. |
![]() ![]() |
Merge(IEnumerable<Range<T> > , Comparison<T> ) | Merges all ranges in a collection of ranges. |
![]() |
Merge(Range<T> , IComparer<T> ) | Merges two ranges into one range that fully encompasses both ranges. |
![]() |
Merge(Range<T> , Comparison<T> ) | Merges two ranges into one range that fully encompasses both ranges. |
![]() ![]() |
MergeAllOverlapping(IEnumerable<Range<T> > ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() ![]() |
MergeAllOverlapping(IEnumerable<Range<T> > , IComparer<T> ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() ![]() |
MergeAllOverlapping(IEnumerable<Range<T> > , Comparison<T> ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() ![]() |
MergeConsecutiveOverlapping(IEnumerable<Range<T> > ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() ![]() |
MergeConsecutiveOverlapping(IEnumerable<Range<T> > , IComparer<T> ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() ![]() |
MergeConsecutiveOverlapping(IEnumerable<Range<T> > , Comparison<T> ) | Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges. |
![]() |
Overlaps(Range<T> ) | Determines whether the range overlaps with the given range. |
![]() |
Overlaps(Range<T> , IComparer<T> ) | Determines whether the range overlaps with the given range. |
![]() |
Overlaps(Range<T> , Comparison<T> ) | 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) |
![]() |
GetEnumValueOrDefault<T> |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |