The FAQ which comes with the IronPython 2.0.1, lists the following:
You can define interfaces in C#, build those into a DLL, and then implement those interfaces in Python code as well as pass the python objects that implement the interfaces to C# code.
I have googled and googled and googled, but not found how to do this. Can someone help?
Thanks,
Rohit