[IronPython] Inheritance from a c# subclass

Ori oorrii at gmail.com
Sat Aug 4 12:54:14 CEST 2007


Hello,

I have a public subclass in an assembly I reference. I want to create a new
python class which inherits from the subcalss.

I tried:
from MyNamespace import MyClass.MySubClass
class PyClass(MyClass.MySubClass)

but I got the following compile error: unexpected token .

Is there a way to do it?

Thanks,
Ori

-- 
View this message in context: http://www.nabble.com/Inheritance-from-a-c--subclass-tf4216398.html#a11995601
Sent from the IronPython mailing list archive at Nabble.com.




More information about the Ironpython-users mailing list