mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-06 08:16:19 +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 bool IsEmptyElement { get { return m_Reader.IsEmptyElement; } }
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user