Persistate API documentation
GenerateCode Property
NamespacesPersistate.LanguageProductionGenerateCode

[This is preliminary documentation and is subject to change.]

Gets or sets the CodeGenerator delegate which will be called during the code generation phase.
Declaration Syntax
C#
public CodeGenerator GenerateCode { get; set; }
Remarks
This is initially set by the parser to the method in your IGeneratorClass object with the same name as this production. However, you can change this at any point.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)