LayerD CodeDOM and Zoe Compiler interface
renderIfStatement Method (ifSta, boolExp, isElse, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderIfStatement(XplIfStatement, String, Boolean, ExtendedZOEProcessor..::.EZOEContext)

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

Renders if statement.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderIfStatement(
	XplIfStatement ifSta,
	string boolExp,
	bool isElse,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderIfStatement ( _
	ifSta As XplIfStatement, _
	boolExp As String, _
	isElse As Boolean, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderIfStatement(
	XplIfStatement^ ifSta, 
	String^ boolExp, 
	bool isElse, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
ifSta (XplIfStatement)
If sta.
boolExp (String)
The bool exp.
isElse (Boolean)
if set to true [is else].
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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