I just want get a list from Dictionary values but it\'s not so simple as it appears !
here the code :
Dictionary> my
Another variant:
List items = new List(); items.AddRange(myDico.values);