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

◆ InternalAppendAttribute()

XmlAttribute System.Xml.XmlAttributeCollection.InternalAppendAttribute ( XmlAttribute node)
inlinepackage

Definition at line 208 of file XmlAttributeCollection.cs.

209 {
210 XmlNode xmlNode = base.AddNode(node);
212 if (xmlNode != null)
213 {
214 }
215 throw new InvalidCastException();
216 }
class f__AnonymousType0<< Count > j__TPar
void InsertParentIntoElementIdAttrMap(XmlAttribute attr)

References System.Xml.XmlAttributeCollection.InsertParentIntoElementIdAttrMap(), and j__TPar.