ConstraintExpression 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
ConstraintExpression() |
Initializes a new instance of the ConstraintExpression class. |
ConstraintExpression(ConstraintBuilder) |
Initializes a new instance of the ConstraintExpression class passing in a ConstraintBuilder, which may be pre-populated. |
ConstraintExpression()
Initializes a new instance of the ConstraintExpression class.
public ConstraintExpression ();
Applies to
ConstraintExpression(ConstraintBuilder)
Initializes a new instance of the ConstraintExpression class passing in a ConstraintBuilder, which may be pre-populated.
public ConstraintExpression (NUnit.Framework.Constraints.ConstraintBuilder builder);
new NUnit.Framework.Constraints.ConstraintExpression : NUnit.Framework.Constraints.ConstraintBuilder -> NUnit.Framework.Constraints.ConstraintExpression
Parameters
- builder
- ConstraintBuilder
The builder.