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

◆ AppendNodeSkipNotify()

void System.Xml.Linq.XContainer.AppendNodeSkipNotify ( XNode n)
inlinepackageinherited

Definition at line 196 of file XContainer.cs.

197 {
198 n.parent = this;
199 if (this.content != null)
200 {
201 return;
202 }
203 this.content = n;
204 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by System.Xml.Linq.XContainer.AddNodeSkipNotify(), and System.Xml.Linq.XContainer.AppendNode().