SwordfishCollections
SwordfishCollections copied to clipboard
C# library for Concurrent Observable Collection, Dictionary, and Sorted Dictionary
Results
13
SwordfishCollections issues
Sort by
recently updated
recently updated
newest added
ConcurrentObservableDictionary is not a straight wrapper around an ImmutableDictionary, instead it has a dual personality where it can be used as a Dictionary or a List. This behaviour stems from...
Like `IReadOnlyDictionary`, for example.
FreezeUpdates is non-reentrant, should make it reentrant.