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






Gets a value indicating whether the current node is an empty element.

Syntax

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

See Also