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