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

◆ BaseURI

virtual string System.Xml.XmlNode.BaseURI
getinherited

Definition at line 447 of file XmlNode.cs.

448 {
449 get
450 {
451 if (this != null)
452 {
453 while (this != null)
454 {
455 }
456 }
457 string text;
458 return text;
459 }
460 }