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

ConstraintBuilder.OperatorStack(ConstraintBuilder)

Initializes a new instance of the T:OperatorStack class.

Properties

Empty

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

Top

Gets the topmost operator without modifying the stack.

Methods

Pop()

Pops the topmost operator from the stack.

Push(ConstraintOperator)

Pushes the specified operator onto the stack.

Applies to