LayerD CodeDOM and Zoe Compiler interface
renderType Method (type, declareName, typeContext, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderType(XplType, String, ExtendedZOEProcessor..::.EZOETypeContext, ExtendedZOEProcessor..::.EZOEContext)

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

Render a type.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderType(
	XplType type,
	string declareName,
	ExtendedZOEProcessor..::.EZOETypeContext typeContext,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderType ( _
	type As XplType, _
	declareName As String, _
	typeContext As ExtendedZOEProcessor..::.EZOETypeContext, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderType(
	XplType^ type, 
	String^ declareName, 
	ExtendedZOEProcessor..::.EZOETypeContext typeContext, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
type (XplType)
The type.
declareName (String)
Name of the declare.
typeContext (ExtendedZOEProcessor..::.EZOETypeContext)
The type context.
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)