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

◆ GenericCache

object System.RuntimeType.GenericCache
getsetpackage

Definition at line 1454 of file RuntimeType.cs.

1455 {
1456 get
1457 {
1459 }
1460 set
1461 {
1462 Cache.GenericCache = value;
1463 }
1464 }
RuntimeTypeCache CacheIfExists

Referenced by System.RuntimeType.CreateInstanceDefaultCtor(), System.RuntimeType.CreateInstanceOfT(), and System.Enum.GetEnumInfo().