Use DictionaryBase for removal

This commit is contained in:
Matt Nadareski
2024-03-05 01:42:42 -05:00
parent 8f594f09a6
commit 539e4367e0
48 changed files with 1044 additions and 813 deletions

View File

@@ -371,6 +371,17 @@ namespace SabreTools.DatItems
#endregion
#region Manipulation
/// <summary>
/// Remove a field from the DatItem
/// </summary>
/// <param name="datItemField">Item field to remove</param>
/// <returns>True if the removal was successful, false otherwise</returns>
public abstract bool RemoveField(DatItemField datItemField);
#endregion
#region Sorting and Merging
/// <summary>