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

◆ TryGetTarget()

bool System.WeakReference< T >.TryGetTarget ( [Out] T target)
inlineinherited

Definition at line 61 of file WeakReference.2.cs.

62 {
63 object obj;
64 if (obj != null)
65 {
66 if (obj == null)
67 {
68 throw new InvalidCastException();
69 }
70 }
71 if (obj == null || obj != null)
72 {
73 }
74 throw new InvalidCastException();
75 }

References System.obj.