Ensure more correct nullability

This commit is contained in:
Matt Nadareski
2023-09-10 20:47:25 -04:00
parent 89ba5f4508
commit e3c5c76ee5
39 changed files with 84 additions and 84 deletions

View File

@@ -70,7 +70,7 @@ namespace SabreTools.Models.PortableExecutable
#if NET48
public SecuROMAddDEntry[] Entries;
#else
public SecuROMAddDEntry[]? Entries;
public SecuROMAddDEntry?[]? Entries;
#endif
}
}