[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.Complement

Complement Method

Complement(Range<T>)

Returns a range which contains the current range, minus

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

The value to complement the range by.

Returns
Type Description
Range<T>

The complemented range.

Exceptions
Type Condition
ArgumentNullException
value
is null.
ArgumentException
value
is contained by this range, complementing would lead to a split range.