Struct UnsafeHashSet<T>.Enumerator
- Namespace
- Misaki.HighPerformance.LowLevel.Collections
- Assembly
- Misaki.HighPerformance.LowLevel.dll
public ref struct UnsafeHashSet<T>.Enumerator
- Inherited Members
Constructors
Enumerator(ref HashMapHelper<T>)
public Enumerator(ref HashMapHelper<T> hashMap)
Parameters
hashMapHashMapHelper<T>
Properties
Current
public readonly T Current { get; }
Property Value
- T
Methods
MoveNext()
public bool MoveNext()
Returns
Reset()
public void Reset()