Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Combine() [1/3]

static int System.Reflection.Internal.Hash.Combine ( bool newKeyPart,
int currentKey )
inlinestaticpackage

Definition at line 21 of file Hash.cs.

22 {
23 return Combine(currentKey, newKeyPart ? 1 : 0);
24 }
static int Combine(int newKey, int currentKey)
Definition Hash.cs:11

References System.Reflection.Internal.Hash.Combine().