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

◆ GetCollectionItemType()

static Type Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType ( Type type)
inlinestatic

Definition at line 235 of file ReflectionUtils.cs.

236 {
237 ValidationUtils.ArgumentNotNull("type", "type");
238 Type type2;
239 return type2;
240 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.

Referenced by Newtonsoft.Json.Serialization.JsonArrayContract.JsonArrayContract().