AndConstraint(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.
Create an AndConstraint from two other constraints
public AndConstraint (NUnit.Framework.Constraints.Constraint left, NUnit.Framework.Constraints.Constraint right);
new NUnit.Framework.Constraints.AndConstraint : NUnit.Framework.Constraints.Constraint * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.AndConstraint
Parameters
- left
- Constraint
The first constraint
- right
- Constraint
The second constraint