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

◆ AddString()

void System.Xml.Linq.XContainer.AddString ( string s)
inlinepackageinherited

Definition at line 153 of file XContainer.cs.

154 {
155 int stringLength = s._stringLength;
156 if (this.content != null)
157 {
158 this.ConvertTextToNode();
159 if (this.content != null)
160 {
161 return;
162 }
163 }
164 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XContainer.content, System.Xml.Linq.XContainer.ConvertTextToNode(), and j__TPar.