AvaloniaDictionaryTKey, TValueGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>>
IEnumeratorKeyValuePairTKey,
TValueAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator