Table of Contents

Struct ValueDictionary<TKey, TValue>.Enumerator

Namespace
Badeend.ValueCollections
Assembly
Badeend.ValueCollections.dll
public struct ValueDictionary<TKey, TValue>.Enumerator
Inherited Members

Properties

Current

Gets the element in the collection at the current position of the enumerator.

public 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()

Returns

bool