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