C# Class Amnesia.UndoableAction

Implementation of IDisposible that invokes a delegate when the object is disposed.
Inheritance: IDisposable
Datei anzeigen Open project: vc3/Amnesia

Public Properties

Property Type Description
Null IDisposable

Public Methods

Method Description
Dispose ( ) : void
UndoableAction ( System.Action undo ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UndoableAction() public method

public UndoableAction ( System.Action undo ) : System
undo System.Action
return System

Property Details

Null public_oe static_oe property

public static IDisposable Null
return IDisposable