Tokenizer<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 whether the tokenizer current location is at the end of the file.
Namespace: System.Web.Razor.Tokenizer
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 current location is at the end of the file; otherwise, false.