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

C# | Visual Basic | Visual C++ |
protected override void renderBeginFunction( XplFunction functionDecl, string functionName, string returnTypeStr, string parametersStr, XplAccesstype_enum access, XplVarstorage_enum functionStorage, bool isAbstract, bool isFinal, bool isFp, bool isNew, bool isConst, bool isOverride, bool isVirtual, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Sub renderBeginFunction ( _ functionDecl As XplFunction, _ functionName As String, _ returnTypeStr As String, _ parametersStr As String, _ access As XplAccesstype_enum, _ functionStorage As XplVarstorage_enum, _ isAbstract As Boolean, _ isFinal As Boolean, _ isFp As Boolean, _ isNew As Boolean, _ isConst As Boolean, _ isOverride As Boolean, _ isVirtual As Boolean, _ context As ExtendedZOEProcessor..::.EZOEContext _ )
protected: virtual void renderBeginFunction( XplFunction^ functionDecl, String^ functionName, String^ returnTypeStr, String^ parametersStr, XplAccesstype_enum access, XplVarstorage_enum functionStorage, bool isAbstract, bool isFinal, bool isFp, bool isNew, bool isConst, bool isOverride, bool isVirtual, ExtendedZOEProcessor..::.EZOEContext context ) override

- functionDecl (XplFunction)
- The function decl.
- functionName (String)
- Name of the function.
- returnTypeStr (String)
- The return type STR.
- parametersStr (String)
- The parameters STR.
- access (XplAccesstype_enum)
- The access.
- functionStorage (XplVarstorage_enum)
- The function storage.
- isAbstract (Boolean)
- if set to true [is abstract].
- isFinal (Boolean)
- if set to true [is final].
- isFp (Boolean)
- if set to true [is fp].
- isNew (Boolean)
- if set to true [is new].
- isConst (Boolean)
- if set to true [is const].
- isOverride (Boolean)
- if set to true [is override].
- isVirtual (Boolean)
- if set to true [is virtual].
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.