Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

c# List<int> in class

Name: tt 2011-03-05 12:18

So i made a class and put a public List<int> in there. Seems like every element in that class is using the same list. Even though i have new list() in the constructor.

Can anybody help?

Name: Anonymous 2011-03-05 12:56

>>26
i need to add this in the constructor?

MyClass X = new MyClass(1,3,4);
MyClass Y;

Y = new MyClass(X);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List