Another quick question.
Will clearing an array free the memory allocated?
If I re-declare an array, setting it to zero, will the memory-space allocated by the array be freed as well? If it does, does this take place immediately?
The same goes for Agraham's Collection-library and using its extended methods for clearing an array: will the memory-space allocated by the array be freed as well?
I guess above depends CF.NET's memory-handling. Can anyone shed some light?
Thanks.
rgds,
moster67
Will clearing an array free the memory allocated?
If I re-declare an array, setting it to zero, will the memory-space allocated by the array be freed as well? If it does, does this take place immediately?
The same goes for Agraham's Collection-library and using its extended methods for clearing an array: will the memory-space allocated by the array be freed as well?
I guess above depends CF.NET's memory-handling. Can anyone shed some light?
Thanks.
rgds,
moster67