LayerD CodeDOM and Zoe Compiler interface
renderSimpleInitializer Method (expression, expressionStr, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderSimpleInitializer(XplExpression, String, ExtendedZOEProcessor..::.EZOEContext)

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

Render a simple initializer.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderSimpleInitializer(
	XplExpression expression,
	string expressionStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderSimpleInitializer ( _
	expression As XplExpression, _
	expressionStr As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderSimpleInitializer(
	XplExpression^ expression, 
	String^ expressionStr, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
expression (XplExpression)
The expression.
expressionStr (String)
The expression STR.
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)