Error!
Success!

Automatically Implemented Properties Feature in C# 3.0

0
kicks

Automatically Implemented Properties Feature in C# 3.0  (Unpublished)

Introduction of Automatic Properties in C# 3.0 make property declaration more concise. It saves some of your time in typing a lot of code. Example: class Employee { public string FirstName { get; set; } }


Kicked By:
Drop Kicked By: