M. Dale

Results 2 comments of M. Dale

> readonly string _firstName; > [..] > readonly string _lastName; I'm confused by the usage of `readonly` in this context, how would the values (of `FirstName` or `LastName` or the...

First off, thanks for the detailed explanation, I appreciate it! :) > The fields declared here are never used. So the `AutoBindable` attribute then differs in this regard from .NET...