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

Name Description
SeekableTextReader(ITextBuffer)
SeekableTextReader(String)
SeekableTextReader(TextReader)

Properties

Name Description
Length
Location
Position

Methods

Name Description
Peek()
Read()

Applies to