File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ private Converter()
20
20
{
21
21
}
22
22
23
- private static NumberFormatInfo nfi ;
24
- private static Type objectType ;
25
- private static Type stringType ;
26
- private static Type singleType ;
27
- private static Type doubleType ;
28
- private static Type decimalType ;
29
- private static Type int16Type ;
30
- private static Type int32Type ;
31
- private static Type int64Type ;
32
- private static Type flagsType ;
33
- private static Type boolType ;
34
- private static Type typeType ;
23
+ private static readonly NumberFormatInfo nfi ;
24
+ private static readonly Type objectType ;
25
+ private static readonly Type stringType ;
26
+ private static readonly Type singleType ;
27
+ private static readonly Type doubleType ;
28
+ private static readonly Type decimalType ;
29
+ private static readonly Type int16Type ;
30
+ private static readonly Type int32Type ;
31
+ private static readonly Type int64Type ;
32
+ private static readonly Type flagsType ;
33
+ private static readonly Type boolType ;
34
+ private static readonly Type typeType ;
35
35
36
36
static Converter ( )
37
37
{
You can’t perform that action at this time.
0 commit comments