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

◆ IsValueWriteAtomic()

static bool System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.IsValueWriteAtomic ( )
inlinestaticprivate

Definition at line 20 of file ConcurrentDictionary.cs.

21 {
22 Type type;
23 bool isValueType = type.IsValueType;
24 TypeCode typeCode = Type.GetTypeCode(type);
25 return true;
26 }
class f__AnonymousType0<< Count > j__TPar
bool IsValueType
Definition Type.cs:793
static TypeCode GetTypeCode(Type type)
Definition Type.cs:1110
TypeCode
Definition TypeCode.cs:7

References System.Type.GetTypeCode(), System.Type.IsValueType, and j__TPar.