Welcome to SpellCoder Sign in | Join | Help

Friday, January 11, 2008 - Posts

C# 3.0 Properties Acessor Tips

If you are familiar with C# 3.0, you would already noticed the new shortcut for defining a property without the need to declare the variable behind the property, so for creating a property called Length, all what you have to do is write it like this.