mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
add a xml writer method to write content
This commit is contained in:
parent
cc34bcb19e
commit
16ec6e572c
1 changed files with 5 additions and 0 deletions
|
|
@ -90,6 +90,11 @@ namespace ICD.Common.Utils.Xml
|
||||||
m_Writer.WriteComment(comment);
|
m_Writer.WriteComment(comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void WriteValue(object value)
|
||||||
|
{
|
||||||
|
m_Writer.WriteValue(value);
|
||||||
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue