Interface IResolveConstraint
The IResolveConstraint interface is implemented by all complete and resolvable constraints and expressions.
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public interface IResolveConstraint
Methods
View SourceResolve()
Return the top-level constraint for this expression
Declaration
IConstraint Resolve()
Returns
Type | Description |
---|---|
IConstraint |