LayerD CodeDOM and Zoe Compiler interface
renderField Method (fieldDecl, fieldName, typeStr, initializerStr, access, fieldStorage, isNew, isVolatile)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderField(XplField, String, String, String, XplAccesstype_enum, XplVarstorage_enum, Boolean, Boolean)

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

Renders the field.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderField(
	XplField fieldDecl,
	string fieldName,
	string typeStr,
	string initializerStr,
	XplAccesstype_enum access,
	XplVarstorage_enum fieldStorage,
	bool isNew,
	bool isVolatile
)
Protected Overrides Sub renderField ( _
	fieldDecl As XplField, _
	fieldName As String, _
	typeStr As String, _
	initializerStr As String, _
	access As XplAccesstype_enum, _
	fieldStorage As XplVarstorage_enum, _
	isNew As Boolean, _
	isVolatile As Boolean _
)
protected:
virtual void renderField(
	XplField^ fieldDecl, 
	String^ fieldName, 
	String^ typeStr, 
	String^ initializerStr, 
	XplAccesstype_enum access, 
	XplVarstorage_enum fieldStorage, 
	bool isNew, 
	bool isVolatile
) override
Parameters
fieldDecl (XplField)
The field decl.
fieldName (String)
Name of the field.
typeStr (String)
The type STR.
initializerStr (String)
The initializer STR.
access (XplAccesstype_enum)
The access.
fieldStorage (XplVarstorage_enum)
The field storage.
isNew (Boolean)
if set to true [is new].
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)