diff --git a/ICD.Common.Utils/Xml/IcdXmlReader.cs b/ICD.Common.Utils/Xml/IcdXmlReader.cs index 2be8975..7274d5e 100644 --- a/ICD.Common.Utils/Xml/IcdXmlReader.cs +++ b/ICD.Common.Utils/Xml/IcdXmlReader.cs @@ -23,6 +23,8 @@ namespace ICD.Common.Utils.Xml public XmlNodeType NodeType { get { return m_Reader.NodeType; } } + public bool IsEmptyElement { get { return m_Reader.IsEmptyElement; } } + #endregion ///