[DatItem] Verify DatItem modularity

This commit is contained in:
Matt Nadareski
2016-10-31 14:02:02 -07:00
parent b425382097
commit c3064996b2

View File

@@ -135,7 +135,9 @@ namespace SabreTools.Helper.Dats
#endregion #endregion
#region Comparision Methods #region Instance Methods
#region Comparision Methods [MODULAR DONE]
public int CompareTo(DatItem other) public int CompareTo(DatItem other)
{ {
@@ -228,9 +230,7 @@ namespace SabreTools.Helper.Dats
#endregion #endregion
#region Instance Methods #region Sorting and Merging [MODULAR DONE]
#region Sorting and Merging
/// <summary> /// <summary>
/// Check if a DAT contains the given rom /// Check if a DAT contains the given rom
@@ -396,7 +396,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods #region Static Methods
#region Sorting and Merging #region Sorting and Merging [MODULAR DONE]
/// <summary> /// <summary>
/// Merge an arbitrary set of ROMs based on the supplied information /// Merge an arbitrary set of ROMs based on the supplied information