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

◆ AppendAttribute()

void System.Xml.Linq.XElement.AppendAttribute ( XAttribute a)
inlinepackage

Definition at line 247 of file XElement.cs.

248 {
249 int num;
250 do
251 {
252 num = 1;
253 if (num == 0)
254 {
255 }
256 }
257 while (a.parent != null);
258 a.parent = this;
259 XAttribute xattribute = this.lastAttr;
260 if (xattribute != null)
261 {
262 XAttribute next = xattribute.next;
263 a.next = next;
264 return;
265 }
266 this.lastAttr = a;
267 if (num != 0)
268 {
269 if (num == 0)
270 {
271 }
272 return;
273 }
274 }
class f__AnonymousType0<< Count > j__TPar

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