T
Thomas
I'm new in csharp.
I create a SortedList with new objects.
I don't use this SortedList and their objects any more.
Have I to set all objects in the destructor to null?
Or do it the .Net framework for me?
Thanks Thomas
I create a SortedList with new objects.
I don't use this SortedList and their objects any more.
Have I to set all objects in the destructor to null?
Or do it the .Net framework for me?
Thanks Thomas