LookaheadTextReader Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.IO.TextReader
System.Web.Razor.Text.LookaheadTextReader
System.Web.Razor.Text.BufferingTextReader
System.Web.Razor.Text.TextBufferReader
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public MustInherit Class LookaheadTextReader _
Inherits TextReader
'Usage
Dim instance As LookaheadTextReader
public abstract class LookaheadTextReader : TextReader
public ref class LookaheadTextReader abstract : public TextReader
[<AbstractClassAttribute>]
type LookaheadTextReader =
class
inherit TextReader
end
public abstract class LookaheadTextReader extends TextReader
The LookaheadTextReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LookaheadTextReader | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginLookahead | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
CancelBacktrack | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Close | (Inherited from TextReader.) |
![]() |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from TextReader.) |
![]() |
Dispose(Boolean) | (Inherited from TextReader.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
Peek | (Inherited from TextReader.) |
![]() |
Read() | (Inherited from TextReader.) |
![]() |
Read(Char[], Int32, Int32) | (Inherited from TextReader.) |
![]() |
ReadAsync | (Inherited from TextReader.) |
![]() |
ReadBlock | (Inherited from TextReader.) |
![]() |
ReadBlockAsync | (Inherited from TextReader.) |
![]() |
ReadLine | (Inherited from TextReader.) |
![]() |
ReadLineAsync | (Inherited from TextReader.) |
![]() |
ReadToEnd | (Inherited from TextReader.) |
![]() |
ReadToEndAsync | (Inherited from TextReader.) |
![]() |
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.