Is there a way to add magic methods like __repr__, __call__, etc. to CLR types?
1. Can it be done in the external CLR assembly without polluting the API for other languages? If so, how? 2. Can it be done using F# style type augmentations by redefining such methods on the Python type corresponding to the CLR type? If so, how? 3. If neither of these alternatives is possible, is there a third way? Thanks! Jeffrey Sax
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
