AttributeConstraint(Type, Constraint) Constructor

Definition

Constructs an AttributeConstraint for a specified attriute Type and base constraint.

public AttributeConstraint (Type type, NUnit.Framework.Constraints.Constraint baseConstraint);
new NUnit.Framework.Constraints.AttributeConstraint : Type * NUnit.Framework.Constraints.Constraint -> NUnit.Framework.Constraints.AttributeConstraint

Parameters

type
Type
baseConstraint
Constraint

Applies to