KeyValuePair<K, V>
Non-owning view of a key-value pair from HashMap iteration.
xxml
Language::CollectionsMethods
| Method | Parameters | Returns | Description |
|---|---|---|---|
| Constructor | — | KeyValuePair<K,V>^ | Empty pair |
| Constructor | k: K^, v: V^ | KeyValuePair<K,V>^ | Pair with key and value |
| key | — | K& | Reference to key |
| value | — | V& | Reference to value |
| toString | — | String^ | (key, value) format |