map key value in api c# code example
Example 1: c# dictionaries
IDictionary<int, string> dict = new Dictionary<int, string>();
//or
Dictionary<int, string> dict = new Dictionary<int, string>();
Example 2: hasmap c#
System.Collections.Generic;
Dictionary<value, value>;