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

◆ CanInsertAfter()

override bool System.Xml.XmlDocumentFragment.CanInsertAfter ( XmlNode newChild,
XmlNode refChild )
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 135 of file XmlDocumentFragment.cs.

136 {
137 while (refChild == null)
138 {
139 }
140 return true;
141 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.