[This is preliminary documentation and is subject to change.]
Render a inherits.

C# | Visual Basic | Visual C++ |
protected override string renderInherits( XplClass classDecl, XplNodeList inherits, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderInherits ( _ classDecl As XplClass, _ inherits As XplNodeList, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderInherits( XplClass^ classDecl, XplNodeList^ inherits, ExtendedZOEProcessor..::.EZOEContext context ) override

- classDecl (XplClass)
- The class decl.
- inherits (XplNodeList)
- The inherits.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.