Struct SegmentedSparseDictionary<T>.Enumerator
- Namespace
- LfrlAnvil
- Assembly
- LfrlAnvil.Core.dll
Lightweight enumerator implementation for SegmentedSparseDictionary<T>.
public struct SegmentedSparseDictionary<T>.Enumerator
- Inherited Members
- Extension Methods
Properties
Current
Gets key-value pair at the current position of this enumerator.
public KeyValuePair<int, T> Current { get; }
Property Value
- KeyValuePair<int, T>
Methods
MoveNext()
Advances this enumerator to the next element.
public bool MoveNext()
Returns
- bool
true when next element exists, otherwise false.