Hello, guys,
I have a C# object, I need access to it's properties in Python 2.7.
I got this type returned from a C# dll:
<class 'Philips.CT.Host.ModelAbstraction.DataStructures.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089]]'>
This should be a "Range" data type in C#.
Thanks a lot for any suggestion!
Alex.