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

◆ Alloc() [2/2]

static GCHandle System.Runtime.InteropServices.GCHandle.Alloc ( object? value,
GCHandleType type )
inlinestatic

Definition at line 86 of file GCHandle.cs.

87 {
88 return new GCHandle(value, type);
89 }
GCHandle(object value, GCHandleType type)
Definition GCHandle.cs:51

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