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

◆ CombineHashCodes() [2/7]

static int System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CombineHashCodes ( int h1,
int h2,
int h3 )
inlinestaticpackage

Definition at line 101 of file ValueTuple.cs.

102 {
103 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1), h2);
104 }
class f__AnonymousType0<< Count > j__TPar
static int CombineHashCodes(int h1, int h2)
Definition ValueTuple.cs:92

References System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.CombineHashCodes(), and j__TPar.