CodeNamespace Constructor (String^)

 

Initializes a new instance of the CodeNamespace class using the specified name.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeNamespace(
	String^ name
)

Parameters

name
Type: System::String^

The name of the namespace being declared.

.NET Framework
Available since 1.1
Return to top
Show: