I just want get a list from Dictionary values but it\'s not so simple as it appears !
here the code :
Dictionary> my
Dictionary myDico = GetDictionary(); var items = myDico.Select(d=> d.Value).ToList();