LayerD CodeDOM and Zoe Compiler interface
renderIsExp Method (xplExpression, expStr, typeStr, eZOEContext)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderIsExp(XplCastexpression, String, String, ExtendedZOEProcessor..::.EZOEContext)

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

Render a is exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderIsExp(
	XplCastexpression xplExpression,
	string expStr,
	string typeStr,
	ExtendedZOEProcessor..::.EZOEContext eZOEContext
)
Protected Overrides Function renderIsExp ( _
	xplExpression As XplCastexpression, _
	expStr As String, _
	typeStr As String, _
	eZOEContext As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderIsExp(
	XplCastexpression^ xplExpression, 
	String^ expStr, 
	String^ typeStr, 
	ExtendedZOEProcessor..::.EZOEContext eZOEContext
) override
Parameters
xplExpression (XplCastexpression)
The Zoe expression.
expStr (String)
The exp STR.
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)