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

@@ -45,7 +45,7 @@
#if NET48
public StringTable[] Children;
#else
public StringTable[]? Children;
public StringTable?[]? Children;
#endif
}
}