I have a class like this:
public class myClass { public List anewlist = new List; public void addToList(myOtherC
Well, from I've read here, I supose your problem could be in adding items in list - are you sure, you're not adding the same reference again and again? That could be reason, why you have 100 "last items" in list.