Converter lista de string em dicionário

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