it a reference type. I have the following
List
List
myType2 = myType1;
How do I assign myType2 to point to a different part in memory or to a value type.
I also tried the following but when myType1 list changes the changes occure in myList2
as well.
List
Sam HobbsPosted Dec 24, 2009, 12:15 PM