GetEnumerator Method
Returns an enumerator that iterates through the collection.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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>>
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