LayerD CodeDOM and Zoe Compiler interface
renderReturn Method (returnExpression, expressionString, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderReturn(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the return.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderReturn(
	XplExpression returnExpression,
	string expressionString,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderReturn ( _
	returnExpression As XplExpression, _
	expressionString As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderReturn(
	XplExpression^ returnExpression, 
	String^ expressionString, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
returnExpression (XplExpression)
The return expression.
expressionString (String)
The expression string.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

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