dotnet / corefxlab

This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
MIT License
1.46k stars 345 forks source link

Suggestion - Add constructor for MultiDictionary that takes IEnumerable of KeyValuePair #2975

Closed adenner closed 3 years ago

adenner commented 4 years ago

This would allow users to add an IEnumerable that is unsorted without presorting it.

There would be a performance hit, but would make for simpler code on the part of the user.