C# Class DotNetIO.ExecuteOnDispose

Inheritance: IDisposable
Exibir arquivo Open project: DotNetIO/DotNetIO

Public Methods

Method Description
Dispose ( ) : void
ExecuteOnDispose ( System.Action action ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExecuteOnDispose() public method

public ExecuteOnDispose ( System.Action action ) : System
action System.Action
return System