Method TryWeakSuccessor
TryWeakSuccessor(K, out KeyValuePair<K, V>)
Find the entry in the dictionary whose key is the weak successor of the specified key.
Declaration
public bool TryWeakSuccessor(K key, out KeyValuePair<K, V> res)
Parameters
Type | Name | Description |
---|---|---|
K | key | The key |
KeyValuePair<K, V> | res | The weak successor, if any |
Returns
Type | Description |
---|---|
System.Boolean | True if the key has a weak successor |