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

◆ RemoveChild()

override XmlNode System.Xml.XmlAttribute.RemoveChild ( XmlNode oldChild)
inlinevirtual

Reimplemented from System.Xml.XmlNode.

Reimplemented in System.Xml.XmlUnspecifiedAttribute.

Definition at line 248 of file XmlAttribute.cs.

249 {
250 bool flag = this.PrepareOwnerElementInElementIdAttrMap();
251 return base.RemoveChild(oldChild);
252 }
class f__AnonymousType0<< Count > j__TPar
bool PrepareOwnerElementInElementIdAttrMap()

References j__TPar, and System.Xml.XmlAttribute.PrepareOwnerElementInElementIdAttrMap().