LayerD CodeDOM and Zoe Compiler interface
renderLocalDeclarator Method (decl, varName, typeStr, initializerStr, isVolatile)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderLocalDeclarator(XplDeclarator, String, String, String, Boolean)

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

Renders the local declarator.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderLocalDeclarator(
	XplDeclarator decl,
	string varName,
	string typeStr,
	string initializerStr,
	bool isVolatile
)
Protected Overrides Sub renderLocalDeclarator ( _
	decl As XplDeclarator, _
	varName As String, _
	typeStr As String, _
	initializerStr As String, _
	isVolatile As Boolean _
)
protected:
virtual void renderLocalDeclarator(
	XplDeclarator^ decl, 
	String^ varName, 
	String^ typeStr, 
	String^ initializerStr, 
	bool isVolatile
) override
Parameters
decl (XplDeclarator)
The decl.
varName (String)
Name of the var.
typeStr (String)
The type STR.
initializerStr (String)
The initializer STR.
isVolatile (Boolean)
if set to true [is volatile].

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)