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