Extension Methods in C# (blogs.msdn.com)
published 2 years, 8 months ago, submitted by
CharlieCalvert(7835) 2 years, 9 months ago
Extension methods are a new feature for C# 3.0 and I had the opportunity to implement them in the Compiler. These methods can then be called with instance syntax on any object that is convertible(see convertability section for details) to the first param of the method.
|
category: C#
|
Views: 17
tags:
.net3.5 ExtensionMethods C# another
Everyones tags:
Your Tags: