If you want an end to end sample resulting in a dynamic object that stores value for arbitrary properties in a Dictionary then [my post "A first look at Duck Typing in C# 4.0"][1] could be right for you. I wrote that post to show how dynamic object can be cast to statically typed interfaces. It has a complete working implementation of a Duck that acts like a IQuack.

If you need more information contact me on my blog and I will help you along, as good as I can.

  [1]: http://saftsack.fs.uni-bayreuth.de/~dun3/archives/first-look-ducktyping-c-4-0-idynamicobject-metaobject/202.html "A first look at Duck Typing in C# 4.0"