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