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.GenerateStatements

Generates code for the specified CodeDOM based statement representations.

[Visual Basic]
Protected Sub GenerateStatements( _
   ByVal stms As CodeStatementCollection _
)
[C#]
protected void GenerateStatements(
   CodeStatementCollection stms
);
[C++]
protected: void GenerateStatements(
   CodeStatementCollection* stms
);
[JScript]
protected function GenerateStatements(
   stms : CodeStatementCollection
);

Parameters

stms
A CodeStatementCollection that indicates the statements to generate code for.

See Also

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