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

◆ ResolveEnumerableCollectionConstructor() [1/2]

static ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils.ResolveEnumerableCollectionConstructor ( Type collectionType,
Type collectionItemType )
inlinestatic

Definition at line 68 of file CollectionUtils.cs.

69 {
70 if (!true)
71 {
72 }
73 if (collectionType == null || collectionType != null)
74 {
75 Type type;
76 return CollectionUtils.ResolveEnumerableCollectionConstructor(type, collectionType, type);
77 }
79 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Newtonsoft.Json.Utilities.CollectionUtils.ResolveEnumerableCollectionConstructor().

Referenced by Newtonsoft.Json.Utilities.CollectionUtils.ResolveEnumerableCollectionConstructor().