M
Muskito
Hi,
Is it possible to copy the entire List(Of type) object to another
List(Of type) object
(they are both of the same type ofcourse) - without keeping the
reference?
There's the CopyTo method, but it only copies the data to a flat array.
I Need this for Backup in my program, when i update the master list and
want to rollback the entire list to the Pre-Update state...
Right now i'm considering creating a specific function to loop on the
entire list and copy field by field...
Better suggestions will be much appreciated...
Is it possible to copy the entire List(Of type) object to another
List(Of type) object
(they are both of the same type ofcourse) - without keeping the
reference?
There's the CopyTo method, but it only copies the data to a flat array.
I Need this for Backup in my program, when i update the master list and
want to rollback the entire list to the Pre-Update state...
Right now i'm considering creating a specific function to loop on the
entire list and copy field by field...
Better suggestions will be much appreciated...