How do I get the list of keys in a Dictionary? October 15, 2022 by Tarik List<string> keyList = new List<string>(this.yourDictionary.Keys);