Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Amnesia
UndoableAction
C# Class Amnesia.UndoableAction
Implementation of IDisposible that invokes a delegate when the object is disposed.
Inheritance:
IDisposable
Mostra file
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