NotConstraint(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.
Initializes a new instance of the NotConstraint class.
public NotConstraint (NUnit.Framework.Constraints.Constraint baseConstraint);
new NUnit.Framework.Constraints.NotConstraint : NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.NotConstraint
Parameters
- baseConstraint
- Constraint
The base constraint to be negated.