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

◆ GetUnitySerializationInfo() [3/3]

static void System.UnitySerializationHolder.GetUnitySerializationInfo ( SerializationInfo info,
RuntimeType type )
inlinestaticpackage

Definition at line 43 of file UnitySerializationHolder.cs.

44 {
47 Type type2;
48 info.SetType(type2);
49 int num = 7;
50 info.AddValue("UnityType", num);
51 Type type3;
52 info.AddValue("DeclaringMethod", runtimeType, type3);
53 Type type4;
54 info.AddValue("DeclaringType", runtimeType, type4);
55 }
class f__AnonymousType0<< Count > j__TPar
Type GetRootElementType()
Definition Type.cs:129
static RuntimeType AddElementTypes(SerializationInfo info, RuntimeType type)

References System.UnitySerializationHolder.AddElementTypes(), System.Type.GetRootElementType(), System.info, and j__TPar.