Windowsと.NET・C#の業務開発メモと覚書。その他ガジェットやサービスなどのレビューをまとめたブログ。
Hashtable ht = new Hashtable(); ht.Add("key", "hoge"); ht.Add("key", "hoge");
Hashtable ht = new Hashtable(); ht.Add("key", "hoge"); ht["key"] = "hoge2";