mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 09:45:10 +00:00
add a xml writer method to write content
This commit is contained in:
@@ -90,6 +90,11 @@ namespace ICD.Common.Utils.Xml
|
||||
m_Writer.WriteComment(comment);
|
||||
}
|
||||
|
||||
public void WriteValue(object value)
|
||||
{
|
||||
m_Writer.WriteValue(value);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
#if SIMPLSHARP
|
||||
|
||||
Reference in New Issue
Block a user