0
votes
How can I add attributes to methods and types defined in IronPython?
One, albeit ugly and sometimes impractical, workaround is to create a stub class in C# and decorate it with attributes and derive from that in IronPython.
…
