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

◆ MakeGenericType() [1/2]

override Type System.RuntimeType.MakeGenericType ( params Type[] instantiation)
inlinevirtual

Reimplemented from System.Type.

Definition at line 916 of file RuntimeType.cs.

917 {
918 if (instantiation != null)
919 {
921 if (monoTypeInfo == null)
922 {
923 }
924 long num = 0L;
925 if (monoTypeInfo == null)
926 {
927 }
929 if (num != 0L)
930 {
931 if (num == 0L)
932 {
933 throw new ArrayTypeMismatchException();
934 }
936 }
938 }
939 throw new ArrayTypeMismatchException();
940 }
class f__AnonymousType0<< Count > j__TPar
MonoTypeInfo type_info
RuntimeType[] GetGenericArgumentsInternal()
static Type MakeGenericSignatureType(Type genericTypeDefinition, params Type[] typeArguments)
Definition Type.cs:1240

References System.RuntimeType.GetGenericArgumentsInternal(), j__TPar, System.L, System.Type.MakeGenericSignatureType(), and System.RuntimeType.type_info.