| Parameter | Description |
|---|---|
| allocator | The allocator to use. |
NativeKeyValueArrays<TKey,TValue> A NativeKeyValueArrays with a copy of all this hash map's keys and values.
Returns a NativeKeyValueArrays with a copy of all this hash map's keys and values.
The key-value pairs are copied in no particular order. For all i, Values[i] will be the value associated with Keys[i].