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

◆ Unbox< T >()

static ref T System.Runtime.CompilerServices.Unsafe.Unbox< T > ( object box)
inlinestatic
Type Constraints
T :struct 

Definition at line 177 of file Unsafe.cs.

177 : struct
178 {
179 return ref (T)box;
180 }