Posts under Tag: C#
Implementation of IDisposable interface in C# to call the Dispose method which should be used to deallocate all allocated objects by the class. Use of SuppressFinalize to prevent calling of Finalize method
Implementation of IDisposable interface in C# to call the Dispose method which should be used to deallocate all allocated objects by the class. Use of SuppressFinalize to prevent calling of Finalize method