Asked By =?ISO-8859-2?Q?Micha=B3_Sakowicz?=
04-Dec-07 02:53 AM
Hi,
I have quick question, I've created user control which is using
generic lists internally. Should I implement IDisposable pattern to
release memory taken by those lists, or should I leave it as it is and
let GC do its job? I'm not using any unmanaged resources.
Thanks
Michal