BinaryConstraint.

BinaryConstraint(IConstraint, IConstraint) Constructor

Summary

Construct a BinaryConstraint from two other constraints
Namespace
TCLite.Constraints
Containing Type
BinaryConstraint

Syntax

protected BinaryConstraint(IConstraint left, IConstraint right)

Parameters

Name Type Description
left IConstraint The first constraint
right IConstraint The second constraint

Return Value

Type Description
void