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

◆ RuntimeTypeHandle() [3/3]

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

Definition at line 30 of file RuntimeTypeHandle.cs.

31 {
32 if (info != null)
33 {
34 Type type;
35 object obj = info.GetValue("TypeObj", type);
37 return;
38 }
39 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.obj.