ParserContext.EndOfFile Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the source status
is end of file.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public ReadOnly Property EndOfFile As Boolean
Get
'Usage
Dim instance As ParserContext
Dim value As Boolean
value = instance.EndOfFile
public bool EndOfFile { get; }
public:
property bool EndOfFile {
bool get ();
}
member EndOfFile : bool
function get EndOfFile () : boolean
Property Value
Type: System.Boolean
true if the source status is end of file; otherwise, false.