Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IHashCodeProvider.cs
Go to the documentation of this file.
2
3namespace System.Collections;
4
5[Obsolete("IHashCodeProvider has been deprecated. Use IEqualityComparer instead.")]
6[TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
7public interface IHashCodeProvider
8{
9 int GetHashCode(object obj);
10}