mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
feat: IcdXmlReader exposes IsEmptyElement property
This commit is contained in:
parent
d3f1fe3425
commit
7b30730ea0
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue