BinaryOperator.Reduce(ConstraintBuilder+ConstraintStack) 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.
Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.
public override void Reduce (NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack stack);
override this.Reduce : NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack -> unit