2
Reply

What to implement on my class Finalize or IDisposable

John Peterson

John Peterson

13y
2.3k
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.