Editor.Source_Files.Views.UndoListView.clearUndoHistory C# (CSharp) Méthode

clearUndoHistory() private méthode

private clearUndoHistory ( ) : void
Résultat void
        internal void clearUndoHistory()
        {
            undoList.Invoke((MethodInvoker)(() => undoList.Items.Clear()));
        }