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

◆ FromXml() [2/2]

override void System.Net.SocketPermission.FromXml ( SecurityElement securityElement)
inline

Definition at line 234 of file SocketPermission.cs.

235 {
236 if (securityElement != null)
237 {
238 bool flag = securityElement.tag != "IPermission";
239 string text = securityElement.Attribute("Unrestricted");
240 if (text != null)
241 {
242 int num = 1;
243 int num2 = string.Compare(text, "true", num != 0);
244 this.m_noRestriction = "true" != null;
245 if (num2 == 0)
246 {
247 return;
248 }
249 }
250 ArrayList children = securityElement.children;
251 return;
252 }
253 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.