LayerD CodeDOM and Zoe Compiler interface
renderEndFunction Method (functionDecl, functionName, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderEndFunction(XplFunction, String, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the end function.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderEndFunction(
	XplFunction functionDecl,
	string functionName,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderEndFunction ( _
	functionDecl As XplFunction, _
	functionName As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderEndFunction(
	XplFunction^ functionDecl, 
	String^ functionName, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
functionDecl (XplFunction)
The function decl.
functionName (String)
Name of the function.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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