Y
Hacker News
new
|
ask
|
show
|
jobs
by
contextfree
593 days ago
More precisely in C# a readonly field of a type can only be assigned to within that type's constructor.
1 comments
skrebbel
593 days ago
Which means you can't have a partially instantiated object except while the constructor is running.
link