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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
Accept | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the token. |
![]() |
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. |
![]() |
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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.