Version

Search Results

ClassName Property

Gets or sets the name of the class to be generated. Syntax

Format Property

Gets or sets the format in which generated code file will be created. Syntax

GenerateSymbolNameConstants Property

Gets or sets the value indicating whether a nested class with symbol names should be generated. Syntax

Grammar Property (LanguageGenerationParams)

Gets a the Grammar for which the language will be generated. Syntax

IsPartial Property (LanguageGenerationParams)

Gets or sets a the value indicating whether the class to be generated will be marked as partial. Syntax

IsPublic Property

Gets or sets the value indicating whether the class to be generated will be marked as public or internal. Syntax

IsSealed Property

Gets or sets a the value indicating whether the class to be generated will be marked as sealed. Syntax

NamespaceName Property

Gets or sets the namespace of the class to be generated. Syntax

Summary Property

Gets or sets the text which appears in the summary tag of the documentation comments for the generated class. Syntax

LanguageGenerationParams Constructor

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.