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