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

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

Render a function call exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderFunctionCallExp(
	XplFunctioncall fcallExp,
	string leftExpStr,
	string argsStr,
	bool useBrackets,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides 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
) override
Parameters
fcallExp (XplFunctioncall)
The fcall exp.
leftExpStr (String)
The left exp STR.
argsStr (String)
The args STR.
useBrackets (Boolean)
if set to true [use brackets].
context (ExtendedZOEProcessor..::.EZOEContext)
The context.
Return Value
A string with the rendered item.

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