ConstraintBuilder.

Append(ConstraintOperator) Method

Summary

Appends the specified operator to the expression by first reducing the operator stack and then pushing the new operator on the stack.
Namespace
TCLite.Constraints
Containing Type
ConstraintBuilder

Syntax

public void Append(ConstraintOperator op)

Parameters

Name Type Description
op ConstraintOperator The operator to push.

Return Value

Type Description
void