I have a method that returns an IEnumerable>, but some of the callers require the result of the method to be a dicti
IEnumerable>
As of .NET Core 2.0, the constructor Dictionary(IEnumerable>) now exists.