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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Overrides ReadOnly Property Language As LanguageCharacteristics(Of CSharpTokenizer, CSharpSymbol, CSharpSymbolType) Get 'Usage Dim value As LanguageCharacteristics(Of CSharpTokenizer, CSharpSymbol, CSharpSymbolType) value = Me.Language
Property Value
Type: System.Web.Razor.Parser.LanguageCharacteristics(Of CSharpTokenizer, CSharpSymbol, CSharpSymbolType)The specific language for parsing.
Show: