ConstraintBuilder.Resolve 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.
Resolves this instance, returning a Constraint. If the builder is not currently in a resolvable state, an exception is thrown.
public NUnit.Framework.Constraints.Constraint Resolve ();
member this.Resolve : unit -> NUnit.Framework.Constraints.Constraint
Returns
The resolved constraint