Share via


ITextBuffer Interface

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Interface ITextBuffer
'Usage
Dim instance As ITextBuffer
public interface ITextBuffer
public interface class ITextBuffer
type ITextBuffer =  interface end
public interface ITextBuffer

The ITextBuffer type exposes the following members.

Properties

  Name Description
Public property Length This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Position This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Peek This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Read This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

System.Web.Razor.Text Namespace