About lambda short forms, and other preview items #112932
Replies: 3 comments 4 replies
-
On the question of a int _value;
public int Value { get => field; set => field = value; } Not sure what question that really addresses, unless there was an ability to disguise the desired prefixing strategy. Or that you would not just go ahead and declare the field to begin with. |
Beta Was this translation helpful? Give feedback.
-
String literals WHAT ... Woah, wow. Good to know one the one hand. But assuming there is a memory barrier there, doesn't whacking the string from 16-bit to 8-bit UTF only postpone the inevitable? |
Beta Was this translation helpful? Give feedback.
-
My opinion, based on the JSON spec, representing |
Beta Was this translation helpful? Give feedback.
-
Q: around lambda short forms ...
out
in particular. I'm assuming the same variable declaration guidance still applies. So in Mads brief illustration,i
, for example, would still need to be declared in some way, correct?Beta Was this translation helpful? Give feedback.
All reactions