Add public TODO on allowing stricter writes

This commit is contained in:
Matt Nadareski
2022-09-16 13:23:10 -07:00
parent 48d15ff09c
commit 00fa7abc01
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
using System.IO; using System.IO;
using System.Text; using System.Text;
// TODO: Introduce a "strict" flag or a "lenient" flag to throw an exception on WriteRequired*
namespace SabreTools.IO.Writers namespace SabreTools.IO.Writers
{ {
/// <summary> /// <summary>

View File

@@ -1,5 +1,6 @@
using System.Xml; using System.Xml;
// TODO: Introduce a "strict" flag or a "lenient" flag to throw an exception on WriteRequired*
namespace SabreTools.IO namespace SabreTools.IO
{ {
/// <summary> /// <summary>