Summary
Modifies the constraint to use a Comparison<T> and returns self
- Namespace
- TCLite
.Constraints - Containing Type
- RangeConstraint
<TExpected>
Syntax
public RangeConstraint<TExpected> Using<T>(Comparison<T> comparer)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| comparer | Comparison |
Return Value
| Type | Description |
|---|---|
| RangeConstraint |
