Gets or sets the name of the class to be generated. Syntax
Gets or sets the format in which generated code file will be created. Syntax
Gets or sets the value indicating whether a nested class with symbol names should be generated. Syntax
Gets a the Grammar for which the language will be generated. Syntax
Gets or sets a the value indicating whether the class to be generated will be marked as partial. Syntax
Gets or sets the value indicating whether the class to be generated will be marked as public or internal. Syntax
Gets or sets a the value indicating whether the class to be generated will be marked as sealed. Syntax
Gets or sets the namespace of the class to be generated. Syntax
Gets or sets the text which appears in the summary tag of the documentation comments for the generated class. Syntax
Creates a new LanguageGenerationParams instance. Syntax Parameters grammar The grammar for which the language will be generated.className The name of the class to be generated.namespaceName The namespace of the class to be generated.format The format in which generated code file will be created.