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

◆ XContainer() [2/2]

System.Xml.Linq.XContainer.XContainer ( XContainer other)
inlinepackage

Definition at line 20 of file XContainer.cs.

21 {
22 if (other == null)
23 {
24 throw new InvalidCastException();
25 }
26 object obj = other.content;
27 if (obj != null)
28 {
29 object obj2 = other.content;
30 return;
31 }
32 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.