mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 21:57:24 +09:00
As it turns out, C# 8 provides an attribute that allows annotating that an `out` parameter's nullability depends on the method's return value, which is exactly what is desired here.