CodeAttributeDeclaration Constructor (CodeTypeReference^)

 

Initializes a new instance of the CodeAttributeDeclaration class using the specified code type reference.

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

public:
CodeAttributeDeclaration(
	CodeTypeReference^ attributeType
)

Parameters

attributeType
Type: System.CodeDom::CodeTypeReference^

The CodeTypeReference that identifies the attribute.

The attributeType parameter is used to set the AttributeType and Name properties.

.NET Framework
Available since 2.0
Return to top
Show: