List and ObservableCollection which support undo/redo.
You can use both in the List and ObservableCollection.
UndoRedoList and UndoRedoObservableCollection is not Available in .Net 4.0, .Net 4.5, .Net 4.5.1, .Net 4.5.2, .Net 4.6, .Net 4.6.1 and .Net 4.6.2
Example:
1 | UndoRedoObservableCollection<string> list = new UndoRedoObservableCollection<string>(); |