Edit

Share via


AttributeOperator(Type) Constructor

Definition

Construct an AttributeOperator for a particular Type

public AttributeOperator (Type type);
new NUnit.Framework.Constraints.AttributeOperator : Type -> NUnit.Framework.Constraints.AttributeOperator

Parameters

type
Type

The Type of attribute tested

Applies to