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!

CodeAttributeBlock Constructor (CodeAttributeDeclaration[])

Initializes a new instance of CodeAttributeBlock using the specified attribute(s).

[Visual Basic]
Overloads Public Sub New( _
   ByVal attributes() As CodeAttributeDeclaration _
)
[C#]
public CodeAttributeBlock(
   CodeAttributeDeclaration[] attributes
);
[C++]
public: CodeAttributeBlock(
   CodeAttributeDeclaration* attributes[]
);
[JScript]
public function CodeAttributeBlock(
   attributes : CodeAttributeDeclaration[]
);

Parameters

attributes
The attributes to represent.

See Also

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