2
Reply

What to implement on my class Finalize or IDisposable

John Peterson

John Peterson

12y
1.6k
0
Reply

    To free the resources used by the application s

    If our class has Destructor that is call Finalize. Idisposable Interface use to Implement Dispose method. We use Idisposable Interface for disposing or release memory or object of Unmanged code.