G
Guest
Hi,
sometimes I see code like the following:
~MyObject(){..}
Is a destructor in C# available? Should not be the cleanup logic be a part
of Dispose()?
Thanks
Christian
sometimes I see code like the following:
~MyObject(){..}
Is a destructor in C# available? Should not be the cleanup logic be a part
of Dispose()?
Thanks
Christian