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

◆ IsCompatibleObject()

static bool Newtonsoft.Json.Utilities.CollectionWrapper< T >.IsCompatibleObject ( object value)
inlinestaticprivate

Definition at line 417 of file CollectionWrapper.cs.

418 {
419 if (value != null)
420 {
421 return true;
422 }
423 Type type;
424 bool flag = type.IsValueType();
425 Type type2;
426 return ReflectionUtils.IsNullableType(type2);
427 }
class f__AnonymousType0<< Count > j__TPar
bool IsValueType
Definition Type.cs:793

References Newtonsoft.Json.Utilities.ReflectionUtils.IsNullableType(), System.Type.IsValueType, j__TPar, and System.value.