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

◆ GetDictionaryKeyValueTypes()

static void Newtonsoft.Json.Utilities.ReflectionUtils.GetDictionaryKeyValueTypes ( Type dictionaryType,
[Out] Type keyType,
[Out] Type valueType )
inlinestatic

Definition at line 243 of file ReflectionUtils.cs.

244 {
245 ValidationUtils.ArgumentNotNull(dictionaryType, "dictionaryType");
246 if (!true)
247 {
248 }
249 Type type;
250 bool flag = ReflectionUtils.ImplementsGenericDefinition(dictionaryType, type, valueType);
251 }
class f__AnonymousType0<< Count > j__TPar

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