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

◆ Attributes

override XmlAttributeCollection System.Xml.XmlElement.Attributes
get

Definition at line 276 of file XmlElement.cs.

277 {
278 get
279 {
280 while (this.attributes != null)
281 {
282 }
283 if (this.attributes != null)
284 {
285 }
286 if (!false)
287 {
288 return this.attributes;
289 }
290 throw new OutOfMemoryException();
291 }
292 }
XmlAttributeCollection attributes