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

◆ GetGenericArgumentsInternal() [1/2]

RuntimeType[] System.RuntimeType.GetGenericArgumentsInternal ( )
inlinepackage

Definition at line 879 of file RuntimeType.cs.

880 {
881 if (this == null || this != null)
882 {
883 return this;
884 }
885 throw new InvalidCastException();
886 }

Referenced by System.RuntimeType.MakeGenericType().