System::Collections::Generic::KeyValuePair::GetHashCode método

KeyValuePair::GetHashCode method

Calcula el hash del par clave-valor mediante XOR de los hashes de la clave y del valor.

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

ReturnValue

Valor hash resultante.

Ver también