When overridden in a child class, adds constructors to the class declaration.
| C# | Visual Basic | Visual C++ |
public virtual ClassDeclaration CreateConstructors( ClassDeclaration classDecl, TableSchema table )
Public Overridable Function CreateConstructors ( _ classDecl As ClassDeclaration, _ table As TableSchema _ ) As ClassDeclaration
public: virtual ClassDeclaration^ CreateConstructors( ClassDeclaration^ classDecl, TableSchema^ table )
- classDecl (ClassDeclaration)
- The class declaration for which we're building constructors.
- table (TableSchema)
- The table schema the class declaration represents.
The updated class declaration or null if it's not overridden.