ConstraintBuilder.Append Method
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
Append(Constraint) |
Appends the specified constraint to the expresson by pushing it on the constraint stack. |
Append(ConstraintOperator) |
Appends the specified operator to the expression by first reducing the operator stack and then pushing the new operator on the stack. |
Append(Constraint)
Appends the specified constraint to the expresson by pushing it on the constraint stack.
public void Append (NUnit.Framework.Constraints.Constraint constraint);
member this.Append : NUnit.Framework.Constraints.Constraint -> unit
Parameters
- constraint
- Constraint
The constraint to push.
Applies to
Append(ConstraintOperator)
Appends the specified operator to the expression by first reducing the operator stack and then pushing the new operator on the stack.
public void Append (NUnit.Framework.Constraints.ConstraintOperator op);
member this.Append : NUnit.Framework.Constraints.ConstraintOperator -> unit
Parameters
The operator to push.