[IronPython] Passing arguments to C#

Jeff Hardy jdhardy at gmail.com
Wed Dec 29 07:55:30 CET 2010


On Tue, Dec 28, 2010 at 3:33 PM, Mark Senko <msenko at completegenomics.com> wrote:
> Public static void TestIt(IList inList) and public static void
> TestIt(IronPython.runtime.List inList).  They both act pretty much the same.
> I’ve also tried using tuples.
>

Have you tried using IList<double> or IEnumerable<double> as
arguments? IronPython should then handle the conversion for you.

- Jeff



More information about the Ironpython-users mailing list