PexSuppressUninstrumentedMethodFromNamespaceAttribute 构造函数

定义

重载

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

初始化 PexSuppressUninstrumentedMethodFromNamespaceAttribute 类的新实例。

PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])

初始化 PexSuppressUninstrumentedMethodFromNamespaceAttribute 类的新实例。

PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])

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[])

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[]

命名空间的类型。

适用于