CodeAttributeDeclaration Constructor (CodeTypeReference^)
.NET Framework (current version)
Initializes a new instance of the CodeAttributeDeclaration class using the specified code type reference.
Assembly: System (in System.dll)
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
Available since 2.0
Show: