We're a place where coders share, stay up-to-date and grow their careers.
this looks similar to the old c++ way of marking method as const
int GetValue() const {return value;}
where value is a member field.
Readonly Members
this looks similar to the old c++ way of marking method as const
where value is a member field.