System::Collections::Generic::KeyValuePair::GetHashCode 方法

KeyValuePair::GetHashCode method

通过对键的哈希值和值的哈希值进行异或来计算键值对的哈希。

int System::Collections::Generic::KeyValuePair<TKey, TValue>::GetHashCode() const

ReturnValue

生成的哈希值。

另见