LayerD CodeDOM and Zoe Compiler interface
renderWhileStatement Method (doSta, boolExpStr, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderWhileStatement(XplDowhileStatement, String, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the while statement.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderWhileStatement(
	XplDowhileStatement doSta,
	string boolExpStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderWhileStatement ( _
	doSta As XplDowhileStatement, _
	boolExpStr As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderWhileStatement(
	XplDowhileStatement^ doSta, 
	String^ boolExpStr, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
doSta (XplDowhileStatement)
The do sta.
boolExpStr (String)
The bool exp STR.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)