TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Language Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected:
abstract property Microsoft::AspNetCore::Razor::Parser::LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> ^ Language { Microsoft::AspNetCore::Razor::Parser::LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> ^ get(); };
protected abstract Microsoft.AspNetCore.Razor.Parser.LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType> Language { get; }
member this.Language : Microsoft.AspNetCore.Razor.Parser.LanguageCharacteristics<'okenizer, 'Symbol, 'SymbolType (requires 'okenizer :> Microsoft.AspNetCore.Razor.Tokenizer.Tokenizer<'Symbol, 'SymbolType> and 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType> and 'SymbolType : struct)>
Protected MustOverride ReadOnly Property Language As LanguageCharacteristics(Of TTokenizer, TSymbol, TSymbolType)