System.IDisposable public interface IDisposable Documentation Code namespace System { public interface IDisposable { void Dispose(); } }