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)

protected:
property bool EndOfFile {
	bool get ();
}

Property Value

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