ConstraintExpressionBase.Append Method

Definition

Overloads

Append(Constraint)

Appends a constraint to the expression and returns that constraint, which is associated with the current state of the expression being built.

Append(ConstraintOperator)

Appends an operator to the expression and returns the resulting expression itself.

Append(SelfResolvingOperator)

Appends a self-resolving operator to the expression and returns a new ResolvableConstraintExpression.

Append(Constraint)

Appends a constraint to the expression and returns that constraint, which is associated with the current state of the expression being built.

public NUnit.Framework.Constraints.Constraint Append (NUnit.Framework.Constraints.Constraint constraint);
member this.Append : NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.Constraint

Parameters

constraint
Constraint

Returns

Applies to

Append(ConstraintOperator)

Appends an operator to the expression and returns the resulting expression itself.

public NUnit.Framework.Constraints.ConstraintExpression Append (NUnit.Framework.Constraints.ConstraintOperator op);
member this.Append : NUnit.Framework.Constraints.ConstraintOperator -> NUnit.Framework.Constraints.ConstraintExpression

Parameters

Returns

Applies to

Append(SelfResolvingOperator)

Appends a self-resolving operator to the expression and returns a new ResolvableConstraintExpression.

public NUnit.Framework.Constraints.ResolvableConstraintExpression Append (NUnit.Framework.Constraints.SelfResolvingOperator op);
member this.Append : NUnit.Framework.Constraints.SelfResolvingOperator -> NUnit.Framework.Constraints.ResolvableConstraintExpression

Parameters

Returns

Applies to