[This is preliminary documentation and is subject to change.]
Render a begin expression list.

C# | Visual Basic | Visual C++ |
protected override string renderBeginExpressionList( XplExpressionlist list, int expCount, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderBeginExpressionList ( _ list As XplExpressionlist, _ expCount As Integer, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderBeginExpressionList( XplExpressionlist^ list, int expCount, ExtendedZOEProcessor..::.EZOEContext context ) override

- list (XplExpressionlist)
- The list.
- expCount (Int32)
- The exp count.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.