LayerD CodeDOM and Zoe Compiler interface
renderAssingExp Method (assing, leftExpStr, rightExpStr, operation, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderAssingExp(XplAssing, String, String, XplAssingop_enum, ExtendedZOEProcessor..::.EZOEContext)

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

Render a assing exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderAssingExp(
	XplAssing assing,
	string leftExpStr,
	string rightExpStr,
	XplAssingop_enum operation,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderAssingExp ( _
	assing As XplAssing, _
	leftExpStr As String, _
	rightExpStr As String, _
	operation As XplAssingop_enum, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderAssingExp(
	XplAssing^ assing, 
	String^ leftExpStr, 
	String^ rightExpStr, 
	XplAssingop_enum operation, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
assing (XplAssing)
The assing.
leftExpStr (String)
The left exp STR.
rightExpStr (String)
The right exp STR.
operation (XplAssingop_enum)
The operation.
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)