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

◆ GetHashCode() [1/2]

int System.Collections.Immutable.ImmutableHashSet< T >.HashBucketByValueEqualityComparer.GetHashCode ( HashBucket obj)
inline

Definition at line 31 of file ImmutableHashSet.cs.

32 {
33 throw new NotSupportedException();
34 }