2 lines
92 B
C#
2 lines
92 B
C#
System.Collections.HashTable map = new System.Collections.HashTable();
|
|
map["key1"] = "foo";
|