Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
(Move to ...)
Posts
SQL Server links
C# Links
HTML5 Links
▼
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment