LayerD CodeDOM and Zoe Compiler interface
renderBeginSwitch Method (switchSta, boolExpStr, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBeginSwitch(XplSwitchStatement, String, ExtendedZOEProcessor..::.EZOEContext)

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

Renders the begin switch.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderBeginSwitch(
	XplSwitchStatement switchSta,
	string boolExpStr,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderBeginSwitch ( _
	switchSta As XplSwitchStatement, _
	boolExpStr As String, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderBeginSwitch(
	XplSwitchStatement^ switchSta, 
	String^ boolExpStr, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
switchSta (XplSwitchStatement)
The switch sta.
boolExpStr (String)
The bool exp STR.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)