UnityEngine.NUnit.Framework.Constraints.PropertyConstraint.PropertyConstraint C# (CSharp) Method

PropertyConstraint() public method

Initializes a new instance of the T:PropertyConstraint class.
public PropertyConstraint ( string name, Constraint baseConstraint ) : System
name string The name.
baseConstraint Constraint The constraint to apply to the property.
return System
        public PropertyConstraint(string name, Constraint baseConstraint)
			: base( baseConstraint ) 
		{ 
			this.name = name;
		}