mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
feat: IcdXmlReader exposes IsEmptyElement property
This commit is contained in:
@@ -23,6 +23,8 @@ namespace ICD.Common.Utils.Xml
|
|||||||
|
|
||||||
public XmlNodeType NodeType { get { return m_Reader.NodeType; } }
|
public XmlNodeType NodeType { get { return m_Reader.NodeType; } }
|
||||||
|
|
||||||
|
public bool IsEmptyElement { get { return m_Reader.IsEmptyElement; } }
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user