RosettaCodeData/Task/Associative-array-Creation/C-sharp/associative-array-creation-1.cs
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

2 lines
92 B
C#

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