C# Class Veil.ActionDisposable

Inheritance: IDisposable
Show file Open project: namics/TerrificNet

Public Methods

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

Method Details

ActionDisposable() public method

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

Dispose() public method

public Dispose ( ) : void
return void