RosettaCodeData/Task/Associative-array-Creation/C-sharp/associative-array-creation-1.cs
2023-07-01 13:44:08 -04:00

2 lines
92 B
C#

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