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

◆ XElement() [3/3]

System.Xml.Linq.XElement.XElement ( XStreamingElement other)
inline

Definition at line 48 of file XElement.cs.

49 {
50 do
51 {
52 base..ctor();
53 }
54 while (other == null);
55 XName xname = other.name;
57 object content = other.content;
58 base.AddContentSkipNotify(content);
59 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XContainer.content, and j__TPar.