Quantcast
Channel: Paxcel Labs » Sanjay
Viewing all articles
Browse latest Browse all 6

Extension Methods In Dot Net, C#

$
0
0
Sometimes we are in need to extend any class but often it is just not possible to use inheritance if you are working with a value type, a sealed class, or an interface. C# 3 introduces the idea of extension methods.

Viewing all articles
Browse latest Browse all 6

Trending Articles