Storing duplicate key value pairs in C# August 29, 2023 by Tarik You can use List<KeyValuePair<string,int>>. This will store a list of KeyValuePair‘s that can be duplicate.