mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Add regions here for maybe future work
This commit is contained in:
@@ -765,11 +765,17 @@ namespace SabreTools.Serialization.Wrappers
|
||||
/// </summary>
|
||||
private readonly List<string>?[] _tableStringData = new List<string>?[16];
|
||||
|
||||
#region Version Information
|
||||
|
||||
/// <summary>
|
||||
/// Cached version info data
|
||||
/// </summary>
|
||||
private VersionInfo? _versionInfo = null;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Manifest Information
|
||||
|
||||
/// <summary>
|
||||
/// Cached assembly manifest data
|
||||
/// </summary>
|
||||
@@ -777,6 +783,8 @@ namespace SabreTools.Serialization.Wrappers
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user