NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeAttributeDeclaration Constructor (String, CodeAttributeArgument[])

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[]
);

Parameters

name
[To be supplied.]
arguments
The arguments for the attribute.

See Also

CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDOM Namespace | CodeAttributeDeclaration Constructor Overload List