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