ConstraintBuilder.ConstraintStack.

ConstraintBuilder.

Push(IConstraint) Method

Summary

Pushes the specified constraint. As a side effect, the constraint's builder field is set to the ConstraintBuilder owning this stack.

Syntax

public void Push(IConstraint constraint)

Parameters

Name Type Description
constraint IConstraint The constraint.

Return Value

Type Description
void