PexFocusOnNamespaceAttribute(Type, String) Constructor

Definition

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.

Applies to