DictionaryBase is no more, bon voyage

This commit is contained in:
Matt Nadareski
2026-04-04 23:13:36 -04:00
parent e31be83832
commit bf852ef038
69 changed files with 167 additions and 850 deletions

View File

@@ -6,7 +6,7 @@ namespace SabreTools.Data.Models.Metadata
/// </summary>
/// TODO: ICloneable
/// TODO: IComparable<MetadataFile>
public class MetadataFile : DictionaryBase
public class MetadataFile
{
public Header? Header { get; set; }