NUnit.Framework.Constraints.PropertyConstraint
PropertyConstraint extracts a named property and uses
its value as the actual value for a chained constraint.
namespace NUnit.Framework.Constraints
{
public class PropertyConstraint : PrefixConstraint
{
public PropertyConstraint(string name, IConstraint baseConstraint);
}
}