Tagged Questions
3
votes
2answers
853 views
Observable Stack and Queue
I'm looking for an INotifyCollectionChanged implementation of Stack and Queue. I could roll my own but I don't want to reinvent the wheel.
0
votes
4answers
542 views
ObservableQueue?
Has anyone written a version of .Net's generic Queue that implements INotifyCollectionChanged, or is there one hidden deep in the .Net framework somewhere already?