Table of Contents

Class UndoHistory<T>

Namespace
Lime
Assembly
Lime.dll
public class UndoHistory<T> where T : IEquatable<T>

Type Parameters

T
Inheritance
UndoHistory<T>
Inherited Members

Properties

MaxDepth

public int MaxDepth { get; set; }

Property Value

int

Methods

Add(T)

public void Add(T item)

Parameters

item T

CanRedo()

public bool CanRedo()

Returns

bool

CanUndo()

public bool CanUndo()

Returns

bool

Clear()

public void Clear()

ClearAndRestore()

public T ClearAndRestore()

Returns

T

Redo()

public T Redo()

Returns

T

Undo(T)

public T Undo(T item)

Parameters

item T

Returns

T