AvaloniaDictionaryTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairTKey, TValue
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also