Invalid Code class Foo { string? prop { get; set; } static void foo () { if (prop == null) { } } } void main() { }