Mono.TextEditor.TextEditorData.TextEditorDataState.UndoState C# (CSharp) Méthode

UndoState() public méthode

public UndoState ( ) : void
Résultat void
			public void UndoState ()
			{
				editor.Caret.Location = undoCaretPos;
				editor.MainSelection = undoSelection;
			}
			
TextEditorData.TextEditorDataState