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