質問編集履歴

1

整形

2020/10/18 06:22

投稿

taopaipai
taopaipai

スコア17

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  C# で以下の  wk.XX.Add(wwkk01); で
2
2
 
3
+ System.NullReferenceException:
4
+
3
- System.NullReferenceException: 'Object reference not set to an instance of an object.'
5
+ 'Object reference not set to an instance of an object.'
4
6
 
5
7
  test02.Program.xGTO.XX.get が null を返しました。
6
8
 
@@ -11,6 +13,8 @@
11
13
  お願いします。
12
14
 
13
15
 
16
+
17
+ ```
14
18
 
15
19
  using System;
16
20
 
@@ -127,3 +131,5 @@
127
131
  }
128
132
 
129
133
  }
134
+
135
+ ```