I have a question about IronPython. I want to initialize List object from System.Collections.Generic in IronPython and use as a generic parameter my own written IronPython class. But then I get an error:
expected Array[Type], got classobj
Can anyone provide me with some help? Where I am doing something wrong?
