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

3 lines
92 B
C#
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
System.Collections.HashTable map = new System.Collections.HashTable();
map["key1"] = "foo";