VBCodeParser::Language Property

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

Gets the language for the parser.

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

protected:
virtual property LanguageCharacteristics<VBTokenizer^, VBSymbol^, VBSymbolType>^ Language {
	LanguageCharacteristics<VBTokenizer^, VBSymbol^, VBSymbolType>^ get () override;
}

Property Value

Type: System.Web.Razor.Parser::LanguageCharacteristics<VBTokenizer, VBSymbol, VBSymbolType>
The language for the parser.
Show: