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

◆ Combine() [2/3]

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

Definition at line 11 of file Hash.cs.

12 {
13 return currentKey * -1521134295 + newKey;
14 }

Referenced by System.Reflection.Internal.Hash.Combine(), System.Reflection.Metadata.BlobContentId.GetHashCode(), and System.Reflection.Metadata.SequencePoint.GetHashCode().