For a list of all members of this type, see LanguageGenerationParams members.
Name | Description | |
---|---|---|
![]() | ClassName | Gets or sets the name of the class to be generated. |
![]() | Format | Gets or sets the format in which generated code file will be created. |
![]() | GenerateSymbolNameConstants | Gets or sets the value indicating whether a nested class with symbol names should be generated. |
![]() | Grammar | Gets a the Grammar for which the language will be generated. |
![]() | IsPartial | Gets or sets a the value indicating whether the class to be generated will be marked as partial. |
![]() | IsPublic | Gets or sets the value indicating whether the class to be generated will be marked as public or internal. |
![]() | IsSealed | Gets or sets a the value indicating whether the class to be generated will be marked as sealed. |
![]() | NamespaceName | Gets or sets the namespace of the class to be generated. |
![]() | Summary | Gets or sets the text which appears in the summary tag of the documentation comments for the generated class. |