Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InternalGetTarget()

static unsafe object System.Runtime.DependentHandle.InternalGetTarget ( IntPtr dependentHandle)
inlinestaticprivate

Definition at line 109 of file DependentHandle.cs.

110 {
111 return Unsafe.As<IntPtr, object>(ref *(IntPtr*)dependentHandle);
112 }

Referenced by System.Runtime.DependentHandle.UnsafeGetTarget().