CSharpCodeParser.Language Property

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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

override function get Language () : LanguageCharacteristics<CSharpTokenizer, CSharpSymbol, CSharpSymbolType>

Property Value

Type: System.Web.Razor.Parser.LanguageCharacteristics(CSharpTokenizer, CSharpSymbol, CSharpSymbolType)
The specific language for parsing.
Show: