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

◆ AddStringSkipNotify()

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

Definition at line 167 of file XContainer.cs.

168 {
169 if (this.content != null)
170 {
171 int stringLength = s._stringLength;
172 return;
173 }
174 this.content = s;
175 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XContainer.content, j__TPar, and System.s.