[This is preliminary documentation and is subject to change.]
Render a new exp.

C# | Visual Basic | Visual 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

- newExp (XplNewExpression)
- The new exp.
- typeStr (String)
- The type STR.
- initializerStr (String)
- The initializer STR.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.