LayerD CodeDOM and Zoe Compiler interface
renderFunctionCallExp Method (fcallExp, leftExpStr, argsStr, useBrackets, context)
NamespacesLayerD.OutputModulesExtendedZOEProcessorrenderFunctionCallExp(XplFunctioncall, String, String, Boolean, ExtendedZOEProcessor..::.EZOEContext)

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

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

Declaration Syntax
C#Visual BasicVisual C++
protected abstract string renderFunctionCallExp(
	XplFunctioncall fcallExp,
	string leftExpStr,
	string argsStr,
	bool useBrackets,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected MustOverride Function renderFunctionCallExp ( _
	fcallExp As XplFunctioncall, _
	leftExpStr As String, _
	argsStr As String, _
	useBrackets As Boolean, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderFunctionCallExp(
	XplFunctioncall^ fcallExp, 
	String^ leftExpStr, 
	String^ argsStr, 
	bool useBrackets, 
	ExtendedZOEProcessor..::.EZOEContext context
) abstract
Parameters
fcallExp (XplFunctioncall)

[Missing <param> documentation for "fcallExp"]

leftExpStr (String)

[Missing <param> documentation for "leftExpStr"]

argsStr (String)

[Missing <param> documentation for "argsStr"]

useBrackets (Boolean)

[Missing <param> documentation for "useBrackets"]

context (ExtendedZOEProcessor..::.EZOEContext)

[Missing <param> documentation for "context"]

Return Value

[Missing <returns> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderFunctionCallExp(LayerD.CodeDOM.XplFunctioncall,System.String,System.String,System.Boolean,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

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