Metodo System::Collections::Generic::KeyValuePair::GetHashCode

KeyValuePair::GetHashCode method

Calcola l’hash della coppia chiave-valore eseguendo l’operazione XOR sugli hash della chiave e del valore.

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

ReturnValue

Valore hash risultante.

Vedi anche