Konversi daftar string ke kamus

var res = list.ToDictionary(x => x, x => x);
BluePenguin