Replies: 2 comments
-
using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to be a way to declare a member method CustructorCallable so that it could only get called from a constructor and hence initialize readonly fields. This way each CunstructorCallable method may be responsible to initialize specific kind of readonly fields and since this method can be overridden, each subclass can use it to initialize its own readonly fileds in that specific category.
Beta Was this translation helpful? Give feedback.
All reactions