Editor.Source_Files.Views.UndoListView.clearUndoHistory C# (CSharp) Method

clearUndoHistory() private method

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