SyntaxFix
Write A Post
Hire A Developer
Questions
Just create a new array in your dictionary
Dictionary<string, List<string>> myDic = new Dictionary<string, List<string>>(); myDic.Add(newKey, new List<string>(existingList));