[This is preliminary documentation and is subject to change.]
Renders the end function.

C# | Visual Basic | Visual 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

- functionDecl (XplFunction)
- The function decl.
- functionName (String)
- Name of the function.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.