terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
GetReasonForTypeNonBlittableImpl()
static
string Unity.Collections.LowLevel.Unsafe.UnsafeUtility.GetReasonForTypeNonBlittableImpl
(
Type
t
,
string
name
)
inline
static
private
Definition at line
36
of file
UnsafeUtility.cs
.
37
{
38
return
string
.Format(
"{0} is not blittable because it is not of value type ({1})\n"
, t,
name
);
39
}
System.ExceptionArgument.name
@ name
References
System.name
.
Unity
Collections
LowLevel
Unsafe
UnsafeUtility
Generated by
1.10.0