Skip to main content

GetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

IEnumerator(KeyValuePair(TKey, TValue))
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace