terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AdjustmentRule() [2/3]

System.TimeZoneInfo.AdjustmentRule.AdjustmentRule ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 2184 of file TimeZoneInfo.cs.

2185 {
2186 do
2187 {
2188 base..ctor();
2189 }
2190 while (info == null);
2191 if (!true)
2192 {
2193 }
2194 Type type;
2195 object value = info.GetValue("DateStart", type);
2196 Type type2;
2197 object value2 = info.GetValue("DateEnd", type2);
2198 Type type3;
2199 object value3 = info.GetValue("DaylightDelta", type3);
2200 Type type4;
2201 object value4 = info.GetValue("DaylightTransitionStart", type4);
2202 Type type5;
2203 object value5 = info.GetValue("DaylightTransitionEnd", type5);
2204 Type type6;
2205 if (info.GetValueNoThrow("BaseUtcOffsetDelta", type6) != null)
2206 {
2207 }
2208 Type type7;
2209 if (info.GetValueNoThrow("NoDaylightTransitions", type7) != null)
2210 {
2211 }
2212 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.