Click or drag to resize
XmlReaderIsEmptyElement Property
When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, ).

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract bool IsEmptyElement { get; }

Property Value

Type: Boolean
See Also