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

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

[Missing <summary> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderIfStatement(LayerD.CodeDOM.XplIfStatement,System.String,System.Boolean,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

Declaration Syntax
C#Visual BasicVisual C++
protected abstract void renderIfStatement(
	XplIfStatement ifSta,
	string boolExp,
	bool isElse,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected MustOverride 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
) abstract
Parameters
ifSta (XplIfStatement)

[Missing <param> documentation for "ifSta"]

boolExp (String)

[Missing <param> documentation for "boolExp"]

isElse (Boolean)

[Missing <param> documentation for "isElse"]

context (ExtendedZOEProcessor..::.EZOEContext)

[Missing <param> documentation for "context"]

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)