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

@@ -36,7 +36,7 @@
#if NET48
public DebugDirectoryEntry[] DebugDirectoryTable;
#else
public DebugDirectoryEntry[]? DebugDirectoryTable;
public DebugDirectoryEntry?[]? DebugDirectoryTable;
#endif
}
}