Share via


LookaheadTextReader.BeginLookahead 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
Public MustOverride Function BeginLookahead As IDisposable
'Usage
Dim instance As LookaheadTextReader 
Dim returnValue As IDisposable 

returnValue = instance.BeginLookahead()
public abstract IDisposable BeginLookahead()
public:
virtual IDisposable^ BeginLookahead() abstract
abstract BeginLookahead : unit -> IDisposable
public abstract function BeginLookahead() : IDisposable

Return Value

Type: System.IDisposable

See Also

Reference

LookaheadTextReader Class

System.Web.Razor.Text Namespace