/ObservableHashSet

Design decision is to maintain the performance and use characteristic of a HashSet. The use of an index would defeat the purpose of a HashSet and would be better served with a KeyedCollection. Inspired by BellaCode's ObservableHashSet (https://github.com/BellaCode/Public/tree/master/ObservableHashSet) and .NET's ObservableCollection.

Primary LanguageC#

This repository is not active