Struct ValueSetBuilder<T>.Enumerator
- Namespace
- Badeend.ValueCollections
- Assembly
- Badeend.ValueCollections.dll
Enumerator for ValueSetBuilder<T>.
public struct ValueSetBuilder<T>.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()