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

◆ Text

string System.Security.SecurityElement.Text
set

Definition at line 96 of file SecurityElement.cs.

97 {
98 set
99 {
100 if (value != null)
101 {
102 if (!true)
103 {
104 }
105 bool flag = SecurityElement.IsValidText(value);
106 }
107 if (!true)
108 {
109 }
110 string text = SecurityElement.Unescape(value);
111 this.text = text;
112 }
113 }
class f__AnonymousType0<< Count > j__TPar