Hashtable.hcp Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Note: This API is now obsolete.
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets or sets the object that can dispense hash codes.
Assembly: mscorlib (in mscorlib.dll)
[ObsoleteAttribute("Please use EqualityComparer property.")] protected IHashCodeProvider hcp { get; set; }
Exception | Condition |
---|---|
ArgumentException | The property is set to a value, but the hash table was created using an IEqualityComparer. |
Retrieving the value of this property is an O(1) operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: