Replies: 4 comments
-
Were nondestructive mutation and data-friendly defaults not discussed during the meeting or are the notes from Jan 15 incomplete? |
Beta Was this translation helpful? Give feedback.
-
Does it mean while (true) {
Foo({ break; 2 });
} If that's true, we can have something like below? while (true) {
Foo({ break 2; });
Foo({ break; 2 });
} |
Beta Was this translation helpful? Give feedback.
-
Not if object initializer calls an optional method (e.g. |
Beta Was this translation helpful? Give feedback.
-
@orthoxerox They weren't discussed until later, see https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-29.md |
Beta Was this translation helpful? Give feedback.
-
Jan 22, 2020
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-22.md
Jan 15, 2020
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-15.md
Records
Beta Was this translation helpful? Give feedback.
All reactions