I was using the element collections library to create dynamic objects. When I realized there wasn't a real way to delete an object once it had been created. So I was wondering, does the library handle deleting those objects? I will be filling a dynamic list with a random collection of objects and when my process is completed I will remove all the elements from the list. I was wondering what happens to those objects? Will they get properly removed from memory?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was using the element collections library to create dynamic objects. When I realized there wasn't a real way to delete an object once it had been created. So I was wondering, does the library handle deleting those objects? I will be filling a dynamic list with a random collection of objects and when my process is completed I will remove all the elements from the list. I was wondering what happens to those objects? Will they get properly removed from memory?
I am having exactly the same question...