Table of Contents

Method UndoOperations

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

UndoOperations(IList<ITextUndo>, bool)

protected void UndoOperations(IList<ITextUndo> operations, bool format = false)

Parameters

operations IList<ITextUndo>
format bool

UndoOperations(int, ITextUndoList, bool)

protected int UndoOperations(int line, ITextUndoList operations, bool withUndo)

Parameters

line int
operations ITextUndoList
withUndo bool

Returns

int