回答編集履歴

1

訂正

2021/12/01 01:48

投稿

退会済みユーザー
test CHANGED
@@ -142,9 +142,11 @@
142
142
 
143
143
  {
144
144
 
145
+ // フィールドを public にするのはお勧めしません
146
+
145
- public static readonly string Message1 = "ok";
147
+ private static readonly string Message1 = "ok";
146
-
148
+
147
- public static readonly string Message2 = "ng";
149
+ private static readonly string Message2 = "ng";
148
150
 
149
151
 
150
152