Share via


LookaheadToken Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the token to look for the razor.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Text.LookaheadToken

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class LookaheadToken _
    Implements IDisposable
'Usage
Dim instance As LookaheadToken
public class LookaheadToken : IDisposable
public ref class LookaheadToken : IDisposable
type LookaheadToken =  
    class 
        interface IDisposable 
    end
public class LookaheadToken implements IDisposable

The LookaheadToken type exposes the following members.

Constructors

  Name Description
Public method LookaheadToken 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 LookaheadToken class.

Top

Methods

  Name Description
Public method Accept This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the token.
Public method Dispose() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the resources used by the current instance of the LookaheadToken class.
Protected method Dispose(Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the LookaheadToken and optionally releases the managed resources.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

System.Web.Razor.Text Namespace