Add regions to writers

This commit is contained in:
Matt Nadareski
2023-07-28 22:58:53 -04:00
parent 9e773b39c3
commit 13d8e9b4ab
2 changed files with 8 additions and 0 deletions

View File

@@ -157,6 +157,8 @@ namespace SabreTools.DatFiles.Formats
return true; return true;
} }
#region Converters
/// <summary> /// <summary>
/// Create a MetadataFile from the current internal information /// Create a MetadataFile from the current internal information
/// <summary> /// <summary>
@@ -572,5 +574,7 @@ namespace SabreTools.DatFiles.Formats
}; };
return driver; return driver;
} }
#endregion
} }
} }

View File

@@ -172,6 +172,8 @@ namespace SabreTools.DatFiles.Formats
return true; return true;
} }
#region Converters
/// <summary> /// <summary>
/// Create a Hashfile from the current internal information /// Create a Hashfile from the current internal information
/// <summary> /// <summary>
@@ -549,5 +551,7 @@ namespace SabreTools.DatFiles.Formats
return spamsums.ToArray(); return spamsums.ToArray();
} }
#endregion
} }
} }