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

◆ AddAttribute()

override void System.Xml.Linq.XElement.AddAttribute ( XAttribute a)
inlinepackagevirtual

Reimplemented from System.Xml.Linq.XContainer.

Definition at line 208 of file XElement.cs.

209 {
210 XAttribute xattribute = this.lastAttr;
211 if (xattribute != null)
212 {
213 XName xname = a.name;
214 XAttribute next = xattribute.next;
215 XName xname2 = next.name;
216 return;
217 }
218 if (a.parent != null)
219 {
220 }
221 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Linq.XElement.lastAttr, System.Xml.Linq.XAttribute.name, System.Xml.Linq.XNode.next, and System.Xml.Linq.XObject.parent.