Error!
Success!

New Orcas Language Feature: Extension Methods

0
kicks

New Orcas Language Feature: Extension Methods  (Unpublished)

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.


Kicked By:
Drop Kicked By: