LayerD CodeDOM and Zoe Compiler interface
renderTernaryOpExp Method (bopExp, o1ExpStr, o2ExpStr, o3ExpStr, op, context)
NamespacesLayerD.OutputModulesExtendedZOEProcessorrenderTernaryOpExp(XplTernaryoperator, String, String, String, XplTernaryoperators_enum, ExtendedZOEProcessor..::.EZOEContext)

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

[Missing <summary> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderTernaryOpExp(LayerD.CodeDOM.XplTernaryoperator,System.String,System.String,System.String,LayerD.CodeDOM.XplTernaryoperators_enum,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

Declaration Syntax
C#Visual BasicVisual C++
protected abstract string renderTernaryOpExp(
	XplTernaryoperator bopExp,
	string o1ExpStr,
	string o2ExpStr,
	string o3ExpStr,
	XplTernaryoperators_enum op,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected MustOverride Function renderTernaryOpExp ( _
	bopExp As XplTernaryoperator, _
	o1ExpStr As String, _
	o2ExpStr As String, _
	o3ExpStr As String, _
	op As XplTernaryoperators_enum, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderTernaryOpExp(
	XplTernaryoperator^ bopExp, 
	String^ o1ExpStr, 
	String^ o2ExpStr, 
	String^ o3ExpStr, 
	XplTernaryoperators_enum op, 
	ExtendedZOEProcessor..::.EZOEContext context
) abstract
Parameters
bopExp (XplTernaryoperator)

[Missing <param> documentation for "bopExp"]

o1ExpStr (String)

[Missing <param> documentation for "o1ExpStr"]

o2ExpStr (String)

[Missing <param> documentation for "o2ExpStr"]

o3ExpStr (String)

[Missing <param> documentation for "o3ExpStr"]

op (XplTernaryoperators_enum)

[Missing <param> documentation for "op"]

context (ExtendedZOEProcessor..::.EZOEContext)

[Missing <param> documentation for "context"]

Return Value

[Missing <returns> documentation for M:LayerD.OutputModules.ExtendedZOEProcessor.renderTernaryOpExp(LayerD.CodeDOM.XplTernaryoperator,System.String,System.String,System.String,LayerD.CodeDOM.XplTernaryoperators_enum,LayerD.OutputModules.ExtendedZOEProcessor.EZOEContext)]

Assembly: lib_zoe_cginterface (Module: lib_zoe_cginterface) Version: 1.0.3410.22811 (1.0.0.0)