Most Up-To-Date C# Duck-Typing Library
Posted
by Anton Gogolev
on Stack Overflow
See other posts from Stack Overflow
or by Anton Gogolev
Published on 2010-03-31T14:37:03Z
Indexed on
2010/03/31
14:43 UTC
Read the original article
Hit count: 517
duck-typing
|c#
The title says it all, basically. What is the current state of the art on duck typing for C# below version 4.0?
I know about Duck Typing Project, I know that BLTookit has something to that end, but I'd like to know if I'm missing something really wicked apart from DLR languages and C# 4.0.
The inevitable:
© Stack Overflow or respective owner