On Tue, Dec 28, 2010 at 3:33 PM, Mark Senko <mse...@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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to