mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add public TODO on allowing stricter writes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user