ITextBuffer.Peek 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 Peek As Integer
'Usage
Dim instance As ITextBuffer
Dim returnValue As Integer
returnValue = instance.Peek()
int Peek()
int Peek()
abstract Peek : unit -> int
function Peek() : int
Return Value
Type: System.Int32