Hi,

I have a List<int> object that I need to pass to a new activity.

Use Intent.PutExtra(string, int[]) with List<int>.ToArray().

Thanks - is there way to use PutIntArrayListExtra with what I want

i.PutIntArrayListExtra("ids", (IList<Java.Lang.Integer>)list);

will let it build, but will probably not do what I want it to do...

Paul


--
"Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space, listen..."
Hitch Hikers Guide to the Galaxy, a truly remarkable book!

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to