mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
feat: IcdStreamWriter exposes WriteLine(string)
This commit is contained in:
parent
8892e6e223
commit
26b924dd48
1 changed files with 5 additions and 0 deletions
|
|
@ -17,5 +17,10 @@ namespace ICD.Common.Utils.IO
|
|||
public IcdStreamWriter(StreamWriter baseStreamWriter) : base(baseStreamWriter)
|
||||
{
|
||||
}
|
||||
|
||||
public void WriteLine(string value)
|
||||
{
|
||||
WrappedStreamWriter.WriteLine(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue