SyntaxFix
Write A Post
Hire A Developer
Questions
For a hybrid dictionary, I use this:
List<string> keys = new List<string>(dictionary.Count); keys.AddRange(dictionary.Keys.Cast<string>());