PexSuppressUninstrumentedMethodFromNamespaceAttribute Конструкторы

Определение

Перегрузки

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Инициализирует новый экземпляр класса PexSuppressUninstrumentedMethodFromNamespaceAttribute.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Инициализирует новый экземпляр класса PexSuppressUninstrumentedMethodFromNamespaceAttribute.

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

Инициализирует новый экземпляр класса 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())

Параметры

namespaces
String[]

@namespace.

Применяется к

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

Инициализирует новый экземпляр класса 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())

Параметры

typesOfNamespace
Type[]

Тип пространства имен.

Применяется к