LayerD CodeDOM and Zoe Compiler interface
renderLiteral Method (litNode, litStr, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderLiteral(XplLiteral, String, ExtendedZOEProcessor..::.EZOEContext)

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

Render a literal.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderLiteral(
	XplLiteral litNode,
	string litStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderLiteral ( _
	litNode As XplLiteral, _
	litStr As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderLiteral(
	XplLiteral^ litNode, 
	String^ litStr, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
litNode (XplLiteral)
The lit node.
litStr (String)
The lit 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)