[c#] Convert dictionary to list collection in C#

Alternatively:

var keys = new List<string>(dicNumber.Keys);