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

◆ DateTimeOffset() [7/8]

System.DateTimeOffset.DateTimeOffset ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 417 of file DateTimeOffset.cs.

418 {
419 while (info == null)
420 {
421 }
422 Type type;
423 object value = info.GetValue("DateTime", type);
424 Type type2;
425 object value2 = info.GetValue("OffsetMinutes", type2);
426 }
class f__AnonymousType0<< Count > j__TPar

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