I\'ve heard that it\'s possible with extension methods, but I can\'t quite figure it out myself. I\'d like to see a specific example if possible.
Thanks!
There is an open source framework that enables you to implement mixins via C#. Have a look on http://remix.codeplex.com/.
It is very easy to implement mixins with this framework. Just have a look on the samples and the "Additional Information" links given on the page.