LayerD CodeDOM and Zoe Compiler interface
renderInitilizerItem Method (node, nodeStr, maxNodes, count, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderInitilizerItem(XplNode, String, Int32, Int32, ExtendedZOEProcessor..::.EZOEContext)

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

Render a initilizer item.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderInitilizerItem(
	XplNode node,
	string nodeStr,
	int maxNodes,
	int count,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderInitilizerItem ( _
	node As XplNode, _
	nodeStr As String, _
	maxNodes As Integer, _
	count As Integer, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderInitilizerItem(
	XplNode^ node, 
	String^ nodeStr, 
	int maxNodes, 
	int count, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
node (XplNode)
The node.
nodeStr (String)
The node STR.
maxNodes (Int32)
The max nodes.
count (Int32)
The count.
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)