New Orcas Language Feature: Extension Methods(weblogs.asp.net)
submitted by
steele27(115) 5 years, 2 months ago
Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile the original type. Extension Methods help blend the flexibility of "duck typing" support popular within dynamic languages today with the performance and compile-time validation of strongly-typed languages. read more...
|category: C#
|Views: 77
tags:
ExtensionMethods Orcas C# another
Everyones tags:
Your Tags: