On May 5, 2013, at 7:08 PM, Paul Johnson <[email protected]> wrote:
> I have a List<int> object that I need to pass to a new activity.

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

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to