Konversi daftar string ke kamus
var res = list.ToDictionary(x => x, x => x);
BluePenguin
var res = list.ToDictionary(x => x, x => x);