ConstraintBuilder.ConstraintStack.Pop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pops this topmost constrait from the stack. As a side effect, the constraint's builder field is set to null.
public NUnit.Framework.Constraints.Constraint Pop ();
member this.Pop : unit -> NUnit.Framework.Constraints.Constraint