You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.