PexSuppressUninstrumentedMethodFromNamespaceAttribute Construtores

Definição

Sobrecargas

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.

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())

Parâmetros

namespaces
String[]

O @namespace.

Aplica-se a

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Inicializa uma nova instância da classe PexSuppressUninstrumentedMethodFromNamespaceAttribute.

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())

Parâmetros

typesOfNamespace
Type[]

O tipo de namespace.

Aplica-se a