Struct NativeMultiHashMapIterator<TKey>
Iterator.
Namespace: Unity.Collections
Syntax
public struct NativeMultiHashMapIterator<TKey>
where TKey : struct
Type Parameters
Name | Description |
---|---|
TKey | The type of the keys in the container. |
Methods
GetEntryIndex()
Returns entry index.
Declaration
public int GetEntryIndex()
Returns
Type | Description |
---|---|
Int32 | Entry index. |