C# 클래스 Composable.DisposeAction

상속: IDisposable
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
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