LayerD CodeDOM and Zoe Compiler interface
renderEndArrayInitializer Method (initializerList, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderEndArrayInitializer(XplInitializerList, ExtendedZOEProcessor..::.EZOEContext)

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

Render a end array initializer.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderEndArrayInitializer(
	XplInitializerList initializerList,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderEndArrayInitializer ( _
	initializerList As XplInitializerList, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderEndArrayInitializer(
	XplInitializerList^ initializerList, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
initializerList (XplInitializerList)
The initializer list.
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)