This is a mirror of official site: http://jasper-net.blogspot.com/

Extension Methods in C#

| Monday, March 19, 2012
The C# programming language allows us to add new methods to types that were already defined. These methods should be defined as static methods in a separated class and they are known as extension methods. The following clip explains how to define an extension method.

Read more: Life Michael
QR: Inline image 1

Posted via email from Jasper-net

0 comments: