ITextBuffer Interface

Namespace
Microsoft.AspNetCore.Razor.Text
Assemblies
  • Microsoft.AspNetCore.Razor

Syntax

public interface ITextBuffer
interface Microsoft.AspNetCore.Razor.Text.ITextBuffer

Properties

Microsoft.AspNetCore.Razor.Text.ITextBuffer.Length
Return type:System.Int32
int Length { get; }
Microsoft.AspNetCore.Razor.Text.ITextBuffer.Position
Return type:System.Int32
int Position { get; set; }

Methods

Peek()
Return type:System.Int32
int Peek()
Read()
Return type:System.Int32
int Read()