回答編集履歴
1
var を明示的な宣言に変更
answer
CHANGED
@@ -54,10 +54,10 @@
|
|
54
54
|
public void Print()
|
55
55
|
{
|
56
56
|
int row = 0;
|
57
|
-
foreach (
|
57
|
+
foreach (Key key in key_id)
|
58
58
|
{
|
59
59
|
|
60
|
-
foreach (
|
60
|
+
foreach (MEMBER Collection in mlist(key))
|
61
61
|
{
|
62
62
|
OutPut(PrintData(Collection));
|
63
63
|
//NewCell();
|