Click or drag to resize

IMementoTRestore Method

Restores target to the state memorized by this memento.

Namespace: RAYLASE.Marker.UndoRedo
Assembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntax
C#
IMemento<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