ConstraintBuilder.OperatorStack.

ConstraintBuilder.

Push(ConstraintOperator) Method

Summary

Pushes the specified operator onto the stack.

Syntax

public void Push(ConstraintOperator op)

Parameters

Name Type Description
op ConstraintOperator The op.

Return Value

Type Description
void