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

◆ operator GCHandle()

static System.Runtime.InteropServices.GCHandle.operator GCHandle ( IntPtr value)
inlineexplicitstatic

Definition at line 122 of file GCHandle.cs.

123 {
124 return FromIntPtr(value);
125 }
static GCHandle FromIntPtr(IntPtr value)
Definition GCHandle.cs:127

References System.Runtime.InteropServices.GCHandle.FromIntPtr(), and System.value.