示例#1
0
 public static HMap <K, V> add <K, V>(HMap <K, V> map, K key, V value) =>
 map.Add(key, value);