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!

CSharpCodeGenerator.GenerateAttributeBlockStart

Generates code for the specified CodeDOM based attribute block start representation.

[Visual Basic]
Overrides Protected Sub GenerateAttributeBlockStart( _
   ByVal attributes As CodeAttributeBlock _
)
[C#]
protected override void GenerateAttributeBlockStart(
   CodeAttributeB attributes
);
[C++]
protected: override void GenerateAttributeBlockStart(
   CodeAttributeBlock* attributes
);
[JScript]
protected override function GenerateAttributeBlockStart(
   attributes : CodeAttributeBlock
);

Parameters

attributes
[To be supplied.]

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeAttributeBlock