[This is preliminary documentation and is subject to change.]
Renders the else statement.

C# | Visual Basic | Visual 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

- ifSta (XplIfStatement)
- If sta.
- elseBody (XplFunctionBody)
- The else body.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.