TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
generic <typename TTokenizer, typename TSymbol, typename TSymbolType>
where TTokenizer : Tokenizer<TSymbol, TSymbolType> where TSymbol : SymbolBase<TSymbolType> where TSymbolType : value classpublic ref class TokenizerBackedParser abstract : Microsoft::AspNetCore::Razor::Parser::ParserBase
public abstract class TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType> : Microsoft.AspNetCore.Razor.Parser.ParserBase where TTokenizer : Tokenizer<TSymbol,TSymbolType> where TSymbol : SymbolBase<TSymbolType> where TSymbolType : struct
type TokenizerBackedParser<'okenizer, 'Symbol, 'SymbolType (requires 'okenizer :> Tokenizer<'Symbol, 'SymbolType> and 'Symbol :> SymbolBase<'SymbolType> and 'SymbolType : struct)> = class
inherit ParserBase
Public MustInherit Class TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType)
Inherits ParserBase
Paramètres de type
- TTokenizer
- TSymbol
- TSymbolType
- Héritage
- Dérivé
Constructeurs
TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>() |
Propriétés
Context | (Hérité de ParserBase) |
CurrentLocation | |
CurrentSymbol | |
EndOfFile | |
IsMarkupParser | (Hérité de ParserBase) |
Language | |
OtherParser | (Hérité de ParserBase) |
PreviousSymbol | |
Span | |
SpanConfig | |
Tokenizer |