RangeConstraint<TExpected>.

Using<T>(Comparison<T>) Method

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

Return Value

Type Description
RangeConstraint<TExpected>