NUnit.Framework.Constraints.PropertyConstraintResult
Contains the result of matching a PropertyConstraint against an actual value.
namespace NUnit.Framework.Constraints
{
internal sealed class PropertyConstraintResult : ConstraintResult
{
public PropertyConstraintResult(IConstraint constraint, ConstraintResult baseResult);
}
}