Struct UnsafeMultiHashMap<TKey, TValue>.Enumerator
- Namespace
- Misaki.HighPerformance.LowLevel.Collections
- Assembly
- Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeMultiHashMap<TKey, TValue>.Enumerator
- Inherited Members
Constructors
Enumerator(ref HashMapHelper<TKey>)
public Enumerator(ref HashMapHelper<TKey> data)
Parameters
dataHashMapHelper<TKey>
Properties
Current
public readonly KeyValuePair<TKey, TValue> Current { get; }
Property Value
- KeyValuePair<TKey, TValue>
Methods
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()