Click or drag to resize

RangeT Methods

The RangeT type exposes the following members.

Methods
  Name Description
Public method Contains(T) Determines whether the range contains the given value.
Public method Contains(RangeT) Determines whether the range contains the given range.
Public method Contains(T, IComparerT) Determines whether the range contains the given value.
Public method Contains(T, ComparisonT) Determines whether the range contains the given value.
Public method Contains(RangeT, IComparerT) Determines whether the range contains the given range.
Public method Contains(RangeT, ComparisonT) 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)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Static member Merge(IEnumerableRangeT) Merges all ranges in a collection of ranges.
Public method Merge(RangeT) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member Merge(IEnumerableRangeT, ComparerT) Merges all ranges in a collection of ranges.
Public method Static member Merge(IEnumerableRangeT, ComparisonT) Merges all ranges in a collection of ranges.
Public method Merge(RangeT, IComparerT) Merges two ranges into one range that fully encompasses both ranges.
Public method Merge(RangeT, ComparisonT) Merges two ranges into one range that fully encompasses both ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeT, IComparerT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeAllOverlapping(IEnumerableRangeT, ComparisonT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeT, IComparerT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Static member MergeConsecutiveOverlapping(IEnumerableRangeT, ComparisonT) Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of ranges.
Public method Overlaps(RangeT) Determines whether the range overlaps with the given range.
Public method Overlaps(RangeT, IComparerT) Determines whether the range overlaps with the given range.
Public method Overlaps(RangeT, ComparisonT) 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