PexSuppressUninstrumentedMethodFromNamespaceAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class. |
PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[]) |
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class. |
PexSuppressUninstrumentedMethodFromNamespaceAttribute(String[])
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class.
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())
Parameters
- namespaces
- String[]
The @namespace.
Applies to
PexSuppressUninstrumentedMethodFromNamespaceAttribute(Type[])
Initializes a new instance of the PexSuppressUninstrumentedMethodFromNamespaceAttribute class.
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())
Parameters
- typesOfNamespace
- Type[]
The type of namespace.