[This is preliminary documentation and is subject to change.]
Renders the begin switch.

C# | Visual Basic | Visual 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

- switchSta (XplSwitchStatement)
- The switch sta.
- boolExpStr (String)
- The bool exp STR.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.