TextBufferReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides a reader for text buffer.
public class TextBufferReader : System.Web.Razor.Text.LookaheadTextReader
type TextBufferReader = class
inherit LookaheadTextReader
Public Class TextBufferReader
Inherits LookaheadTextReader
- Inheritance
Constructors
TextBufferReader(ITextBuffer) |
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 TextBufferReader class. |
Properties
CurrentLocation |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current location of the text buffer. |
Methods
BeginLookahead() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Begins reading the current text buffer. |
CancelBacktrack() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Cancels backtrack. |
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 TextBufferReader class and optionally releases the managed resources. |
Peek() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the next text buffer to read. |
Read() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Reads the current text buffer. |