Automatically Implemented Properties Feature in C# 3.0(techbubbles.com)
submitted by
kalyanms1(1789) 3 years, 10 months ago
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; }
}
|category: C#
|Views: 11
tags:
C# another
Everyones tags:
Your Tags: