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

◆ CacheIfExists

RuntimeTypeCache System.RuntimeType.CacheIfExists
getprivate

Definition at line 1478 of file RuntimeType.cs.

1479 {
1480 [MethodImpl(MethodImplOptions.AggressiveInlining)]
1481 get
1482 {
1483 if (m_cache != IntPtr.Zero)
1484 {
1486 return Unsafe.As<RuntimeTypeCache>(value);
1487 }
1488 return null;
1489 }
1490 }
static unsafe object InternalGet(IntPtr handle)
Definition GCHandle.cs:40