System::Collections::Generic::KeyValuePair::GetHashCode method
KeyValuePair::GetHashCode method
通过对键的哈希值和值的哈希值进行异或来计算键值对的哈希。
int System::Collections::Generic::KeyValuePair<TKey, TValue>::GetHashCode() const
ReturnValue
生成的哈希值。
另见
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++