0
kicks
Introducing DynamicWrapper
Over the past few weeks, I have been working on a utility that I have wanted for years: something that allows me to apply an interface to an object that matches the contract but doesn’t actually implement the interface. In other words, I’ve wanted duck typing in C#.
Works in .Net 3.5 and Silverlight 3.0