Partager via


ConstraintExpression.Attribute Méthode

Définition

Surcharges

Attribute(Type)

Retourne une nouvelle propriété AttributeConstraint qui vérifie la présence d’un attribut particulier sur un objet.

Attribute<T>()

Retourne une nouvelle propriété AttributeConstraint qui vérifie la présence d’un attribut particulier sur un objet.

Attribute(Type)

Retourne une nouvelle propriété AttributeConstraint qui vérifie la présence d’un attribut particulier sur un objet.

public NUnit.Framework.Constraints.ResolvableConstraintExpression Attribute (Type expectedType);
member this.Attribute : Type -> NUnit.Framework.Constraints.ResolvableConstraintExpression

Paramètres

expectedType
Type

Retours

S’applique à

Attribute<T>()

Retourne une nouvelle propriété AttributeConstraint qui vérifie la présence d’un attribut particulier sur un objet.

public NUnit.Framework.Constraints.ResolvableConstraintExpression Attribute<T> ();
member this.Attribute : unit -> NUnit.Framework.Constraints.ResolvableConstraintExpression

Paramètres de type

T

Retours

S’applique à