BinaryConstraint(Constraint, Constraint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct a BinaryConstraint from two other constraints
protected BinaryConstraint (NUnit.Framework.Constraints.Constraint left, NUnit.Framework.Constraints.Constraint right);
new NUnit.Framework.Constraints.BinaryConstraint : NUnit.Framework.Constraints.Constraint * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.BinaryConstraint
Parameters
- left
- Constraint
The first constraint
- right
- Constraint
The second constraint