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

◆ LoadAttributeNode()

XmlAttribute System.Xml.XmlLoader.LoadAttributeNode ( )
inlineprivate

Definition at line 131 of file XmlLoader.cs.

132 {
133 XmlReader xmlReader = this.reader;
134 return this.LoadDefaultAttribute();
135 }
class f__AnonymousType0<< Count > j__TPar
XmlAttribute LoadDefaultAttribute()
Definition XmlLoader.cs:138

References j__TPar, System.Xml.XmlLoader.LoadDefaultAttribute(), and System.Xml.XmlLoader.reader.

Referenced by System.Xml.XmlLoader.LoadNode().