NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Hashtable.hcp

Represents the object that can dispense hash codes.

[Visual Basic]
Protected hcp As IHashCodeProvider
[C#]
protected IHashCodeProvider hcp;
[C++]
protected: IHashCodeProvider* hcp;
[JScript]
protected var hcp : IHashCodeProvider;

See Also

Hashtable Class | Hashtable Members | System.Collections Namespace | IHashCodeProvider