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

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

[Missing <summary> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderNewExp(LayerD.CodeDOM.XplNewExpression,System.String,System.String,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

Declaration Syntax
C#Visual BasicVisual C++
protected abstract string renderNewExp(
	XplNewExpression newExp,
	string typeStr,
	string initializerStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected MustOverride 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
) abstract
Parameters
newExp (XplNewExpression)

[Missing <param> documentation for "newExp"]

typeStr (String)

[Missing <param> documentation for "typeStr"]

initializerStr (String)

[Missing <param> documentation for "initializerStr"]

context (ExtendedZOEProcessor..::.EZOEContext)

[Missing <param> documentation for "context"]

Return Value

[Missing <returns> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderNewExp(LayerD.CodeDOM.XplNewExpression,System.String,System.String,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)