Version

LanguageGenerationParams Constructor

Creates a new LanguageGenerationParams instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal grammar As Grammar, _
   ByVal className As String, _
   ByVal namespaceName As String, _
   Optional ByVal format As CodeFileFormat _
)
public LanguageGenerationParams( 
   Grammar grammar,
   string className,
   string namespaceName,
   CodeFileFormat format
)

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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also