C# Класс Composable.DisposeAction

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( System.Action action ) : IDisposable

Constructs an object that will call when disposed.

Dispose ( ) : void

Invokes the action passed to the constructor.

DisposeAction ( System.Action action ) : System

Constructs an instance that will call when disposed.

Описание методов

Create() публичный статический Метод

Constructs an object that will call when disposed.
public static Create ( System.Action action ) : IDisposable
action System.Action
Результат IDisposable

Dispose() публичный Метод

Invokes the action passed to the constructor.
public Dispose ( ) : void
Результат void

DisposeAction() публичный Метод

Constructs an instance that will call when disposed.
public DisposeAction ( System.Action action ) : System
action System.Action
Результат System