[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.IsContainedBy

IsContainedBy Method

IsContainedBy(Range<T>)

Indicates if the range is contained by

value
.
Declaration
public bool IsContainedBy(Range<T> value)
Parameters
Type Name Description
Range<T> value

A range to test.

Returns
Type Description
bool

true if the entire range is within

value
.
Exceptions
Type Condition
ArgumentNullException
value
is null.