Bearbeiten

Freigeben über


PropertyConstraint(String, Constraint) Constructor

Definition

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.

Applies to