TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).EndOfFile Property

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

Gets a value indicating whether the tokenizer is in the end of file.

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

'Declaration
Protected ReadOnly Property EndOfFile As Boolean 
	Get
'Usage
Dim value As Boolean 

value = Me.EndOfFile

Property Value

Type: System.Boolean
true if the tokenizer is in the end of file; otherwise, false.
Show: