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

◆ DelegateSerializationHolder()

System.DelegateSerializationHolder.DelegateSerializationHolder ( SerializationInfo info,
StreamingContext ctx )
inlineprivate

Definition at line 13 of file DelegateSerializationHolder.cs.

14 {
15 if (!true)
16 {
17 }
18 Type type;
19 object value = info.GetValue("Delegate", type);
20 if (value != null)
21 {
22 while (value != null)
23 {
24 }
25 return;
26 }
27 }

References System.info, and System.value.