Edit

ConstraintBuilder.OperatorStack Class

Definition

OperatorStack is a type-safe stack for holding ConstraintOperators

public class ConstraintBuilder.OperatorStack
type ConstraintBuilder.OperatorStack = class
Inheritance
ConstraintBuilder.OperatorStack

Constructors

Name Description
ConstraintBuilder.OperatorStack(ConstraintBuilder)

Initializes a new instance of the T:OperatorStack class.

Properties

Name Description
Empty

Gets a value indicating whether this T:OpStack is empty.

Top

Gets the topmost operator without modifying the stack.

Methods

Name Description
Pop()

Pops the topmost operator from the stack.

Push(ConstraintOperator)

Pushes the specified operator onto the stack.

Applies to