Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Canguro
Model
Undo
ActionList
Redo
Canguro.Model.Undo.ActionList.Redo C# (CSharp) Method
ActionList Class Documentation
Datei anzeigen
Open project: rforsbach/Treu-Structure
Redo()
public
method
Ejecuta Undo sobre todas las acciones registradas, en orden.
public
Redo
( ) :
void
return
void
public void Redo() { for (int i = 0; i < actions.Count; i++) actions[i].Undo(); }
ActionList
Redo
Undo