PexFocusOnNamespaceAttribute(Type, String) Constructor
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.
Initializes a new instance of the PexFocusOnNamespaceAttribute class.
public:
PexFocusOnNamespaceAttribute(Type ^ typeOfAssembly, System::String ^ namespacePrefix);
public PexFocusOnNamespaceAttribute (Type typeOfAssembly, string namespacePrefix);
new Microsoft.Pex.Framework.Focus.PexFocusOnNamespaceAttribute : Type * string -> Microsoft.Pex.Framework.Focus.PexFocusOnNamespaceAttribute
Public Sub New (typeOfAssembly As Type, namespacePrefix As String)
Parameters
- typeOfAssembly
- Type
The type of assembly.
- namespacePrefix
- String
The namespace prefix.