|
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.
|