I want to use IDisposable Interface In c#. How to use this Please help me.
How to use IDisposable Interface In c#. Anonymous User 1932 07 Jan 2016 I want to use IDisposable Interface In c#. How to use this Please help me.
IDisposable interface is to release unmanaged resources.
It automatically destroy unused objects free up the memory.
for more information goto https://msdn.microsoft.com/en-us/library/system.idisposable(v=vs.110).aspx