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

◆ CreateDelegate() [7/10]

static Delegate System.Delegate.CreateDelegate ( Type type,
object target,
string method,
bool ignoreCase,
bool throwOnBindFailure )
inlinestaticinherited

Definition at line 164 of file Delegate.cs.

165 {
166 while (type == null)
167 {
168 }
169 }