Interface DisposableDisposer<T>

Type Parameters

  • T = any

Hierarchy

  • A combination of Disposer and IDisposable. It can be called to dispose resources or call the dispose method to dispose resources.

    Returns T

Methods

Methods