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

◆ AddChild()

void System.Security.SecurityElement.AddChild ( SecurityElement child)
inline

Definition at line 146 of file SecurityElement.cs.

147 {
148 while (child == null)
149 {
150 }
151 if (this.children == null)
152 {
153 }
154 }

References System.Security.SecurityElement.children.