Garbage Collection Issues

bigtimt

New member
Joined
Jul 8, 2009
Messages
1
Programming Experience
5-10
currently i am reading data from another process into a custom class, the class has one integer field and when i enumerate these classes up to 150 at a time, the GC does not seem to want to get rid of the list of them after i exit the current function, can anyone help?
 
Back
Top