fixed declarations #2186
Replies: 6 comments
-
CC. @jaredpar I'm happy to actually fill in the details above, if that is more desirable. |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
would also love this much |
Beta Was this translation helpful? Give feedback.
-
Definitely +1 to this 😄 |
Beta Was this translation helpful? Give feedback.
-
This would be a great feature, hopefully it is implemented one day. |
Beta Was this translation helpful? Give feedback.
-
Still looking forward to this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Much in the same way that
using declarations
have been enabled in the language, we should allowfixed declarations
.Motiviation
The motiviations, design, and considerations are essentially the same as for
using declarations
andfixed
was listed as a possiblefuture expansion
in the originalusing declaration
proposal: https://github.com/dotnet/csharplang/blob/master/proposals/csharp-8.0/using.md#future-expansionsBeta Was this translation helpful? Give feedback.
All reactions