Constraint Constructors
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.
Overloads
Constraint() |
Construct a constraint with no arguments |
Constraint(Object) |
Construct a constraint with one argument |
Constraint(Object, Object) |
Construct a constraint with two arguments |
Constraint()
Construct a constraint with no arguments
protected Constraint ();
Applies to
Constraint(Object)
Construct a constraint with one argument
protected Constraint (object arg);
new NUnit.Framework.Constraints.Constraint : obj -> NUnit.Framework.Constraints.Constraint
Parameters
- arg
- Object