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!

CodeGenerator.GenerateStatement

Generates code for the specified CodeDOM based statement representation.

[Visual Basic]
Protected Sub GenerateStatement( _
   ByVal e As CodeStatement _
)
[C#]
protected void GenerateStatement(
   CodeStatement e
);
[C++]
protected: void GenerateStatement(
   CodeStatement* e
);
[JScript]
protected function GenerateStatement(
   e : CodeStatement
);

Parameters

e
A CodeStatement that indicates the statement to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeStatement