An enumerator over the values of an individual key in a multi hash map.
In an enumerator's initial state, UnsafeParallelMultiHashMap<T0,T1>.Current is not valid to read. The first UnsafeParallelMultiHashMap<T0,T1>.MoveNext call advances the enumerator to the first value of the key.
| Property | Description |
|---|---|
| Current | The current value. |
| Method | Description |
|---|---|
| Dispose | Does nothing. |
| GetEnumerator | Returns this enumerator. |
| MoveNext | Advances the enumerator to the next value of the key. |
| Reset | Resets the enumerator to its initial state. |