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