CodeAttributeDeclaration Constructor (String^, array<CodeAttributeArgument^>^)

 

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

Namespace:   System.CodeDom
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
Return to top
Show: