Tokenizer<TSymbol,TSymbolType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TSymbol, typename TSymbolType>
where TSymbol : SymbolBase<TSymbolType> where TSymbolType : value classpublic ref class Tokenizer abstract : Microsoft::AspNetCore::Razor::Tokenizer::ITokenizer
public abstract class Tokenizer<TSymbol,TSymbolType> : Microsoft.AspNetCore.Razor.Tokenizer.ITokenizer where TSymbol : SymbolBase<TSymbolType> where TSymbolType : struct
type Tokenizer<'Symbol, 'SymbolType (requires 'Symbol :> SymbolBase<'SymbolType> and 'SymbolType : struct)> = class
interface ITokenizer
Public MustInherit Class Tokenizer(Of TSymbol, TSymbolType)
Implements ITokenizer
Type Parameters
- TSymbol
- TSymbolType
- Inheritance
-
Tokenizer<TSymbol,TSymbolType>
- Implements
Constructors
| Name | Description |
|---|---|
| Tokenizer<TSymbol,TSymbolType>(ITextDocument) | |
Properties
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| ITokenizer.NextSymbol() | |