AvalonStudio.TextEditor.TextEditor.RestoreCaretAndSelectionUndoAction.Redo C# (CSharp) Method

Redo() public method

public Redo ( ) : void
return void
            public void Redo()
            {
                // redo=undo: we just restore the caret/selection state
                Undo();
            }
        }
TextEditor.RestoreCaretAndSelectionUndoAction