CodeAttributeDeclaration Constructor (String^, array<CodeAttributeArgument^>^)
.NET Framework (current version)
Initializes a new instance of the CodeAttributeDeclaration class using the specified name and arguments.
Assembly: System (in System.dll)
public: CodeAttributeDeclaration( String^ name, ... array<CodeAttributeArgument^>^ arguments )
Parameters
- name
-
Type:
System::String^
The name of the attribute.
- arguments
-
Type:
array<System.CodeDom::CodeAttributeArgument^>^
An array of type CodeAttributeArgument that contains the arguments for the attribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: