Skip to content

dictionary

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