How can I add attributes to methods and types defined in IronPython?

Posted by andersjanmyr on Stack Overflow See other posts from Stack Overflow or by andersjanmyr
Published on 2008-12-11T16:18:47Z Indexed on 2010/03/29 11:03 UTC
Read the original article Hit count: 266

Filed under:
|
|

Since IronPython doesn't support attributes I am wondering if there is another way to decorate IronPython classes with attributes, perhaps with reflection?

© Stack Overflow or respective owner

Related posts about ironpython

Related posts about attributes