Struct ValueList<T>.Enumerator
- Namespace
- Badeend.ValueCollections
- Assembly
- Badeend.ValueCollections.dll
Enumerator for ValueList<T>.
public struct ValueList<T>.Enumerator
- Inherited Members
Properties
Current
Gets the element in the collection at the current position of the enumerator.
public readonly ref readonly T Current { get; }
Property Value
- T
Methods
MoveNext()
Advances the enumerator to the next element of the collection.
public bool MoveNext()