In This Article

CSharpGrammar Class

Represents a Grammar for the C# language.

public class CSharpGrammar : DotNetGrammarBase, IKeyedObject
Inheritance:
object Grammar DotNetGrammarBase object
Implements:
IKeyedObject

Constructors

CSharpGrammar()

Initializes a new instance of the CSharpGrammar class using default options.

public CSharpGrammar()

CSharpGrammar(ICSharpGrammarOptions)

Initializes a new instance of the CSharpGrammar class.

public CSharpGrammar(ICSharpGrammarOptions options)
Parameter Type Description
options ICSharpGrammarOptions

An ICSharpGrammarOptions that contains options for the grammar.

Inherited Members