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 )
inlinestaticprivate

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 }

References System.name.