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

◆ StringValue

string System.Xml.XmlTextReaderImpl.NodeData.StringValue
getpackage

Definition at line 4655 of file XmlTextReaderImpl.cs.

4656 {
4657 get
4658 {
4659 string text;
4660 if (this.value == null)
4661 {
4662 char[] array = this.chars;
4663 int num = this.valueStartPos;
4664 LineInfo lineInfo = this.lineInfo;
4665 this.value = text;
4666 }
4667 return text;
4668 }
4669 }
class f__AnonymousType0<< Count > j__TPar