TokenizerView(Of TTokenizer, TSymbol, TSymbolType) Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the specified parameters for the tokenizer view.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Public Class TokenizerView(Of TTokenizer As Tokenizer(Of TSymbol, TSymbolType), TSymbol As SymbolBase(Of TSymbolType), TSymbolType) 'Usage Dim instance As TokenizerView(Of TTokenizer, TSymbol, TSymbolType)
Type Parameters
- TTokenizer
The type tokenizer.
- TSymbol
The type symbol.
- TSymbolType
The token symbol type.
The TokenizerView(Of TTokenizer, TSymbol, TSymbolType) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TokenizerView(Of TTokenizer, TSymbol, TSymbolType) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the TokenizerView(Of TTokenizer, TSymbol, TSymbolType) class. |
| Name | Description | |
|---|---|---|
![]() | Current | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current view of the TSymbol. |
![]() | EndOfFile | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the view can reach the end of a file. |
![]() | Source | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of the text document for the tokenizer view. |
![]() | Tokenizer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the tokenizer to view the symbols for the razor. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Next | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the tokenizer moves to the next view. |
![]() | PutBack | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Puts a specified symbol into the tokenizer view. |
![]() | ToString | (Inherited from Object.) |
Show:
