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

◆ InternalGetHashCode()

int System.Linq.Lookup< TKey, TElement >.InternalGetHashCode ( TKey key)
inlineprivate

Definition at line 184 of file Lookup.cs.

185 {
186 if (key != null)
187 {
188 return _comparer.GetHashCode(key) & 0x7FFFFFFF;
189 }
190 return 0;
191 }
readonly IEqualityComparer< TKey > _comparer
Definition Lookup.cs:11

References System.Linq.Lookup< TKey, TElement >._comparer, System.Collections.IEqualityComparer.GetHashCode(), and System.key.

Referenced by System.Linq.Lookup< TKey, TElement >.GetGrouping().