LayerD CodeDOM and Zoe Compiler interface
renderNewExp Method (newExp, typeStr, initializerStr, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderNewExp(XplNewExpression, String, String, ExtendedZOEProcessor..::.EZOEContext)

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

Render a new exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderNewExp(
	XplNewExpression newExp,
	string typeStr,
	string initializerStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderNewExp ( _
	newExp As XplNewExpression, _
	typeStr As String, _
	initializerStr As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderNewExp(
	XplNewExpression^ newExp, 
	String^ typeStr, 
	String^ initializerStr, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
newExp (XplNewExpression)
The new exp.
typeStr (String)
The type STR.
initializerStr (String)
The initializer 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)