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
)
inline
static
Type Constraints
T
:
struct
Definition at line
177
of file
Unsafe.cs
.
177
:
struct
178
{
179
return
ref (T)box;
180
}
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0