C# : automatic properties
4/1/2014·1 min read
you can use as following, also when you type, you can type prop + tab. Than visual studio code snippet will automatic create syntax for you.
If you use .net reflector to take a look for the property, it displayed following code.