Метод | Описание | |
---|---|---|
Create ( System.Action dispose ) : IDisposable |
Creates a disposable object that invokes the specified action when disposed.
|
public static Create ( System.Action dispose ) : IDisposable | ||
dispose | System.Action | Action to run during the first call to |
Результат | IDisposable |