Implementing the IDisposable interface in C# classes
Channel:
Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=LCnD9p2g0cU
The idisposable interface allows you to easily dispose of managed and unmanaged globally declared resources in your class.
Other Videos By Brian (Able Opus)
Tags:
C#
csharp
Idisposable
dispose
interface
disposing
class
global
GC
garbage
collector