[]
Indicates if the range is contained by
value.
public bool IsContainedBy(Range<T> value)
| Type | Name | Description |
|---|---|---|
| Range<T> | value | A range to test. |
| Type | Description |
|---|---|
| bool | true if the entire range is within .
|
| Type | Condition |
|---|---|
| ArgumentNullException | is null.
|