mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
Ensure more correct nullability
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#if NET48
|
||||
public DebugDirectoryEntry[] DebugDirectoryTable;
|
||||
#else
|
||||
public DebugDirectoryEntry[]? DebugDirectoryTable;
|
||||
public DebugDirectoryEntry?[]? DebugDirectoryTable;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user