An enumerator over the key-value pairs of a multi hash map.
A key with "N" values is visited by the enumerator "N" times.
In an enumerator's initial state, NativeParallelMultiHashMap<T0,T1>.Current is not valid to read.
The first NativeParallelMultiHashMap<T0,T1>.MoveNext call advances the enumerator to the first key-value pair.
| Property | Description |
|---|---|
| Current | The current key-value pair. |