Share via


ITextBuffer.Read Method

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
Function Read As Integer
'Usage
Dim instance As ITextBuffer 
Dim returnValue As Integer 

returnValue = instance.Read()
int Read()
int Read()
abstract Read : unit -> int
function Read() : int

Return Value

Type: System.Int32

See Also

Reference

ITextBuffer Interface

System.Web.Razor.Text Namespace