G
Grahammer
In VB6 I had to create "Clone" method if I wanted to generate an independant
copy of an object.
In VB.Net, is it possible copy an object so that you can change the copy
without altering the original, or do I still need to use a self created
Clone method?
Thanks!
copy of an object.
In VB.Net, is it possible copy an object so that you can change the copy
without altering the original, or do I still need to use a self created
Clone method?
Thanks!