Click or drag to resize

MarkerAPICreateUndoRedoManagerT Method

Creates an undo-redo manager.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.20.0
Syntax
C#
public IUndoRedoManager<T> CreateUndoRedoManager<T>()

Type Parameters

T
The type of the memento.

Return Value

IUndoRedoManagerT
A new instance of undo-redo manager
See Also