Initializes a new instance of CodeAttributeDeclaration using the specified arguments.
[Visual Basic] Overloads Public Sub New( _ ByVal name As String, _ ByVal arguments() As CodeAttributeArgument _ ) [C#] public CodeAttributeDeclaration( string name, CodeAttributeArgument[] arguments ); [C++] public: CodeAttributeDeclaration( String* name, CodeAttributeArgument* arguments[] ); [JScript] public function CodeAttributeDeclaration( name : String, arguments : CodeAttributeArgument[] );
CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDOM Namespace | CodeAttributeDeclaration Constructor Overload List