Share via


TokenizerBackedParser<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)

Syntax

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

value = Me.EndOfFile
protected bool EndOfFile { get; }
protected:
property bool EndOfFile {
    bool get ();
}
member EndOfFile : bool
function get EndOfFile () : boolean

Property Value

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

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace