Turning Your .NET Object Model Dynamic for IronPython
When you use .NET classes in IronPython you can't add new methods or attributes to them. However you can provide methods on C# objects so that IronPython knows how to make them 'more Pythonic'. Srivatsn explains the magic:
Comments
Post a Comment