LayerD CodeDOM and Zoe Compiler interface
renderTypeOfExp Method (typeofExpNode, typeStr, eZOEContext)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderTypeOfExp(XplType, String, ExtendedZOEProcessor..::.EZOEContext)

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

Render a type of exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderTypeOfExp(
	XplType typeofExpNode,
	string typeStr,
	ExtendedZOEProcessor..::.EZOEContext eZOEContext
)
Protected Overrides Function renderTypeOfExp ( _
	typeofExpNode As XplType, _
	typeStr As String, _
	eZOEContext As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderTypeOfExp(
	XplType^ typeofExpNode, 
	String^ typeStr, 
	ExtendedZOEProcessor..::.EZOEContext eZOEContext
) override
Parameters
typeofExpNode (XplType)
The typeof exp node.
typeStr (String)
The type STR.
eZOEContext (ExtendedZOEProcessor..::.EZOEContext)
The e Zoe 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)