Click here to Skip to main content
15,885,871 members
Articles / Programming Languages / C# 4.0

Duck Typing with LinFu & C# 4.0's Dynamic Keyword

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
4 May 2011LGPL32 min read 10K   2  
LinFu.DynamicObject is flexible enough that it can let you build object instances at runtime and then 'strongly' duck type those object instances to any interface that matches the intended duck type.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer (Senior) Readify
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions