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

◆ WeakReference() [6/7]

System.WeakReference< T >.WeakReference ( object target,
bool trackResurrection )
inline

Definition at line 33 of file WeakReference.cs.

34 {
35 this.AllocateHandle(target);
36 }
void AllocateHandle(object target)

References System.WeakReference< T >.AllocateHandle().