Thursday, June 12, 2014

auto-implemented properties

The {get;set;} notation is making use of C#'s auto-implemented properties feature. This gives us the benefits of a property without requiring us to declare a backing field.

No comments: