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

◆ IsEmptyElement

override bool System.Xml.XmlTextReaderImpl.IsEmptyElement
get

Definition at line 303 of file XmlTextReaderImpl.cs.

304 {
305 get
306 {
307 return this.curNode.IsEmptyElement;
308 }
309 }
XmlTextReaderImpl.NodeData curNode