[This is preliminary documentation and is subject to change.]
Renders the local declarator.

C# | Visual Basic | Visual C++ |
protected override void renderLocalDeclarator( XplDeclarator decl, string varName, string typeStr, string initializerStr, bool isVolatile )
Protected Overrides Sub renderLocalDeclarator ( _ decl As XplDeclarator, _ varName As String, _ typeStr As String, _ initializerStr As String, _ isVolatile As Boolean _ )
protected: virtual void renderLocalDeclarator( XplDeclarator^ decl, String^ varName, String^ typeStr, String^ initializerStr, bool isVolatile ) override

- decl (XplDeclarator)
- The decl.
- varName (String)
- Name of the var.
- typeStr (String)
- The type STR.
- initializerStr (String)
- The initializer STR.
- isVolatile (Boolean)
- if set to true [is volatile].