mscorlib(4.0.0.0) API with additions
IDisposable.cs
2 
3 namespace System
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
8  public interface IDisposable
9  {
11  [__DynamicallyInvokable]
12  void Dispose();
13  }
14 }
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Definition: IDisposable.cs:8
Definition: __Canon.cs:3
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...