ReactiveHistory by Wiesław Šoltés

<PackageReference Include="ReactiveHistory" Version="0.8.2" />

 State

public struct State
Undo/redo action pair.
public readonly Action Redo

The redo state action.

public readonly string RedoName

The redo state name.

public readonly Action Undo

The undo state action.

public readonly string UndoName

The undo state name.

public State(Action undo, Action redo, string undoName = null, string redoName = null)

Initializes a new State instance.