Noemax FastInfoset.NET
EOF Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : EOF Property






Gets a value indicating whether the reader is positioned at the end of the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property EOF As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.EOF
C# 
public override bool EOF {get;}
Delphi 
public read-only property EOF: Boolean; override; 
JScript 
public override function get EOF : boolean
Managed Extensions for C++ 
public: __property bool get_EOF() override;
C++/CLI 
public:
property bool EOF {
   bool get() override;
}

See Also