mscorlib(4.0.0.0) API with additions
IHashCodeProvider.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Collections
4
{
6
[Obsolete(
"Please use IEqualityComparer instead."
)]
7
[ComVisible(
true
)]
8
public
interface
IHashCodeProvider
9
{
14
int
GetHashCode
(
object
obj);
15
}
16
}
System.Collections.IHashCodeProvider
Supplies a hash code for an object, using a custom hash function.
Definition:
IHashCodeProvider.cs:8
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Collections.IHashCodeProvider.GetHashCode
int GetHashCode(object obj)
Returns a hash code for the specified object.
System.Collections
Definition:
ArrayList.cs:7
All cs
System.Collections
IHashCodeProvider.cs
Generated by
1.8.15