pretty sure it works with arrays as if "list" meant array
On Sun, May 5, 2013 at 6:08 PM, Paul Johnson wrote:
> Hi,
>
> I have a List object that I need to pass to a new activity. I'm
> trying to use PutIntArrayListExtra as it looks just the job. The problem is
> that this needs IList.
>
> I've
Hi,
I have a List object that I need to pass to a new activity.
Use Intent.PutExtra(string, int[]) with List.ToArray().
Thanks - is there way to use PutIntArrayListExtra with what I want
i.PutIntArrayListExtra("ids", (IList)list);
will let it build, but will probably not do what I want it
On May 5, 2013, at 7:08 PM, Paul Johnson wrote:
> I have a List object that I need to pass to a new activity.
Use Intent.PutExtra(string, int[]) with List.ToArray().
- Jon
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION