質問編集履歴
1
後次修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ディク
|
1
|
+
ディクショナリーにMYSQLの結果を挿入する方法
|
test
CHANGED
@@ -112,7 +112,7 @@
|
|
112
112
|
|
113
113
|
{
|
114
114
|
|
115
|
-
Console.WriteLine(dictionary.Add(item));
|
115
|
+
Console.WriteLine(dictionary.Add(item));とくにここ
|
116
116
|
|
117
117
|
}
|
118
118
|
|