Can I define a class which derives from DynamicObject and supports an interface (ICanDoManyThings) without having to implement each method in the interface?
I\'m trying
Check out LinFu's proxies, mixins and duck typing.