Hi people. I have a huge program I'm working on, it is mostly written in IronPython. For performance reason i started changing parts of the code into C#. I have a huge class which uses many other classes that are implemented in IronPython. I don't want to re-implement the entire code in C# it will take too long. What i want to do is write a C# interface which my python class will inherit from. My main problem is native python types such as [],{},None I was wondering whether IronPython knows how to convert List<> ,Dictionary, null into [],{},None? If not could any of you guys suggest a solution (one that doesn't require me to copy data from C# data types to IronPython data types) ? Regards, Tal Weiss. -- View this message in context: http://old.nabble.com/implementing-C--interface-with-Ironpython-%28v-1.1.1.0%29-tp28162887p28162887.html Sent from the IronPython mailing list archive at Nabble.com.
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com