Hey, how could I do this as short as possible?
Thanks :-)
Hey, how could I do this as short as possible?
Thanks :-)
Try this
System.Collections.Hashtable ht = new System.Collections.Hashtable();
List<string> list = ht.Keys.Cast<string>().ToList();
Greets Flo