Home

Automatically implemented properties

Auto-implemented properties simplify property declarations. When you declare an auto-implemented property, the C# compiler automatically creates a private, anonymous backing field that can only be accessed through the property's get and set accessors.

Date:

Screen Dimensions