XmlReaderIsEmptyElement Property |
When overridden in a derived class, gets a value indicating whether the current
node is an empty element (for example, ).
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract bool IsEmptyElement { get; }
Property Value
Type:
BooleanSee Also