3 lines
89 B
C#
3 lines
89 B
C#
|
|
Dictionary<string, string> map = new Dictionary<string,string>();
|
||
|
|
map[ "key1" ] = "foo";
|