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 347 forks source link

Add a new constructor for the MultivalueDictionary #2976

Closed adenner closed 3 years ago

adenner commented 3 years ago

This would implement #2975 It adds an IEnumerable of key value pairs as a constructor allowing users to not need to sort their elements ahead of time.

dnfadmin commented 3 years ago

CLA assistant check
All CLA requirements met.