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.

System.Object
  System.Web.Razor.Tokenizer.TokenizerView(Of TTokenizer, TSymbol, TSymbolType)

Namespace:  System.Web.Razor.Tokenizer
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.

  NameDescription
Public methodTokenizerView(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.
Top

  NameDescription
Public propertyCurrentThis 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.
Public propertyEndOfFileThis 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.
Public propertySourceThis 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.
Public propertyTokenizerThis 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.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextThis 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.
Public methodPutBackThis 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.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: