Mono.TextEditor.TextDocument.GetCurrentUndoDepth C# (CSharp) Méthode

GetCurrentUndoDepth() public méthode

public GetCurrentUndoDepth ( ) : int
Résultat int
		public int GetCurrentUndoDepth ()
		{
			return undoStack.Count;
		}
		
TextDocument