конвертировать список строки в словарь
var res = list.ToDictionary(x => x, x => x);
BluePenguin
var res = list.ToDictionary(x => x, x => x);