Share via


SeekableTextReader Class

Definition

public ref class SeekableTextReader : System::IO::TextReader, Microsoft::AspNetCore::Razor::Text::ITextDocument
public class SeekableTextReader : System.IO.TextReader, Microsoft.AspNetCore.Razor.Text.ITextDocument
type SeekableTextReader = class
    inherit TextReader
    interface ITextDocument
    interface ITextBuffer
Public Class SeekableTextReader
Inherits TextReader
Implements ITextDocument
Inheritance
SeekableTextReader
Implements

Constructors

SeekableTextReader(ITextBuffer)
SeekableTextReader(String)
SeekableTextReader(TextReader)

Properties

Length
Location
Position

Methods

Peek()
Read()

Applies to