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.OutputExpressionList (CodeExpressionCollection)

Generates code for the specified expression list.

[Visual Basic]
Overloads Overridable Protected Sub OutputExpressionList( _
   ByVal expressions As CodeExpressionCollection _
)
[C#]
protected virtual void OutputExpressionList(
   CodeExpressionCollection expressions
);
[C++]
protected: virtual void OutputExpressionList(
   CodeExpressionCollection* expressions
);
[JScript]
protected function OutputExpressionList(
   expressions : CodeExpressionCollection
);

Parameters

expressions
A CodeExpressionCollection that indicates the expressions to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeGenerator.OutputExpressionList Overload List | CodeExpressionCollection