PropertyConstraint(String, Constraint) Constructor
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.
Initializes a new instance of the PropertyConstraint class.
public PropertyConstraint (string name, NUnit.Framework.Constraints.Constraint baseConstraint);
new NUnit.Framework.Constraints.PropertyConstraint : string * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.PropertyConstraint
Parameters
- name
- String
The name.
- baseConstraint
- Constraint
The constraint to apply to the property.