News

I implemented this interface in python, an now I want to call this method from C#. (using pythonnet) What I see is that a method without out parameter works fine, but a method with an out parameter ...