mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use DictionaryBase for removal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user