AvaloniaDictionary<TKey, TValue>.

GetEnumerator() Method

Namespace
Avalonia.Collections
Containing Type
AvaloniaDictionary<TKey, TValue>

Syntax

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

Return Value

Type Description
IEnumerator<KeyValuePair<TKey, TValue>>