Linqクエリ結果を辞書に変換する
IOrderedEnumerable <KeyValuePair <string、int >>をDictionary <string、int>に変換します
KeyValuePair <x、y>のIEnumerableを辞書に変換する方法は?