Method GetHashCode
GetHashCode(KeyValuePair<K, V>)
Get the hash code of the entry
Declaration
public int GetHashCode(KeyValuePair<K, V> entry)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<K, V> | entry | The entry |
Returns
Type | Description |
---|---|
System.Int32 | The hash code of the key |