Skip to content

August 2019

To Safe Dictionary

.ToSafeDictionary() extension method in csharp

The .ToDictionary() extension will throw an argument exception if we have duplicate keys added to the dictionary.

Read More ».ToSafeDictionary() extension method in csharp