init properties: Do they also work for normal fields? #4057
-
As the new init-only properties will come I came into a situation today where the question came up if they also work for fields? struct Point
{
int init X;
int init Y;
} |
Beta Was this translation helpful? Give feedback.
Answered by
YairHalberstadt
Oct 22, 2020
Replies: 1 comment 4 replies
-
I'm interested what this case is. Usually the jit will inline pretty much all autoprops. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
msedi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm interested what this case is. Usually the jit will inline pretty much all autoprops.