CodeAttributeDeclaration Constructor (String^)

 

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

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

public:
CodeAttributeDeclaration(
	String^ name
)

Parameters

name
Type: System::String^

The name of the attribute.

.NET Framework
Available since 1.1
Return to top
Show: