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

◆ SearchForTextOfTag()

string System.Security.SecurityElement.SearchForTextOfTag ( string tag)
inline

Definition at line 243 of file SecurityElement.cs.

244 {
245 while (tag == null)
246 {
247 }
248 bool flag = this.tag == tag;
249 return this.text;
250 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Security.SecurityElement.tag, and System.Security.SecurityElement.text.