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

◆ GetKeyHashCode()

int System.Linq.Parallel.HashLookup< TKey, TValue >.GetKeyHashCode ( TKey key)
inlineprivate

Definition at line 60 of file HashLookup.cs.

61 {
62 return 0x7FFFFFFF & ((key != null) ? (comparer?.GetHashCode(key) ?? key.GetHashCode()) : 0);
63 }
readonly IEqualityComparer< TKey > comparer
Definition HashLookup.cs:27

References System.Linq.Parallel.HashLookup< TKey, TValue >.comparer, and System.key.

Referenced by System.Linq.Parallel.HashLookup< TKey, TValue >.Find().