PexSuppressUninstrumentedMethodFromNamespaceAttribute Konstruktoren

Definition

Überlädt

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Initialisiert eine neue Instanz der PexSuppressUninstrumentedMethodFromNamespaceAttribute-Klasse.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Initialisiert eine neue Instanz der PexSuppressUninstrumentedMethodFromNamespaceAttribute-Klasse.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Initialisiert eine neue Instanz der PexSuppressUninstrumentedMethodFromNamespaceAttribute-Klasse.

public:
 PexSuppressUninstrumentedMethodFromNamespaceAttribute(... cli::array <System::String ^> ^ namespaces);
public PexSuppressUninstrumentedMethodFromNamespaceAttribute (params string[] namespaces);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute : string[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute
Public Sub New (ParamArray namespaces As String())

Parameter

namespaces
String[]

Die @namespace.

Gilt für

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Initialisiert eine neue Instanz der PexSuppressUninstrumentedMethodFromNamespaceAttribute-Klasse.

public:
 PexSuppressUninstrumentedMethodFromNamespaceAttribute(... cli::array <Type ^> ^ typesOfNamespace);
public PexSuppressUninstrumentedMethodFromNamespaceAttribute (params Type[] typesOfNamespace);
new Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute : Type[] -> Microsoft.Pex.Framework.Suppression.PexSuppressUninstrumentedMethodFromNamespaceAttribute
Public Sub New (ParamArray typesOfNamespace As Type())

Parameter

typesOfNamespace
Type[]

Der Typ des Namespace.

Gilt für