CSharpCodeParser.Language Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specific language for parsing.

protected override System.Web.Razor.Parser.LanguageCharacteristics<System.Web.Razor.Tokenizer.CSharpTokenizer,System.Web.Razor.Tokenizer.Symbols.CSharpSymbol,System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType> Language { get; }
member this.Language : System.Web.Razor.Parser.LanguageCharacteristics<System.Web.Razor.Tokenizer.CSharpTokenizer, System.Web.Razor.Tokenizer.Symbols.CSharpSymbol, System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType>
Protected Overrides ReadOnly Property Language As LanguageCharacteristics(Of CSharpTokenizer, CSharpSymbol, CSharpSymbolType)

Property Value

The specific language for parsing.

Applies to