RosettaCodeData/Task/Associative-array-Creation/C-sharp/associative-array-creation-...

3 lines
92 B
C#

System.Collections.HashTable map = new System.Collections.HashTable();
map["key1"] = "foo";