RangeConstraint<TExpected>.

RangeConstraint(TExpected, TExpected) Constructor

Summary

Initializes a new instance of the RangeConstraint class.
Namespace
TCLite.Constraints
Containing Type
RangeConstraint<TExpected>

Syntax

public RangeConstraint(TExpected from, TExpected to)

Parameters

Name Type Description
from TExpected Inclusive beginning of the range.
to TExpected Inclusive end of the range.

Return Value

Type Description
void