
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi
I have a C# method that takes a params as an argument like
this:
public void methodname(params IEvent[] messages){....}
When calling this method from IronPyton I get the following
error:
methodname takes at least 2147483647 arguments (1 given)
I have tried calling the method with a single IEvent and
with an array eg.
methodname(msg, msg)
Publish() takes at least 2147483647 arguments (2 given)
I should also mention that it’s an overloaded method.
_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com