Restores target to the state memorized by this memento.
Namespace: RAYLASE.Marker.UndoRedoAssembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
SyntaxIMemento<T> Restore(
T target
)
Parameters
- target T
[Missing <param name="target"/> documentation for "M:RAYLASE.Marker.UndoRedo.IMemento`1.Restore(`0)"]
Return Value
IMementoT
A memento of the state before restoring.
See Also