Hi,

In my application I am using ArrayCollections to store data for series
on a line chart. I need to be able to make a deep copy of these
ArrayCollections so that I can make changes to the data in the copies
without affecting the original data.

I've searched for a while but I can't seem to find any straightforward
way of doing this, all the solutions I've seen still ultimately
reference the same data objects. Is there any way to do this without
having to explicitly create new objects and copy values across for
each item?

Thanks,

Iain

Reply via email to