LayerD CodeDOM and Zoe Compiler interface
renderElseStatement Method (ifSta, elseBody, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderElseStatement(XplIfStatement, XplFunctionBody, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the else statement.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderElseStatement(
	XplIfStatement ifSta,
	XplFunctionBody elseBody,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderElseStatement ( _
	ifSta As XplIfStatement, _
	elseBody As XplFunctionBody, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderElseStatement(
	XplIfStatement^ ifSta, 
	XplFunctionBody^ elseBody, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
ifSta (XplIfStatement)
If sta.
elseBody (XplFunctionBody)
The else body.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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