All C# extension methods for type dictionary
-
Merge
Merges two dictionaries
-
IncrementAt<T>
Increment counter at the key passed as argument. Dictionary is <TKey, Int>
-
Sort
Sort Dictionary by Key or Value, Ascending/descending
-
TryAdd
You should have this already: https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.tryadd?view=net-7.0 but this is not always available in all environments.