Share via


NSMutableDictionary.GetEnumerator Method

Definition

Returns an enumerator that iterates through the dictionary.

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Foundation.NSObject,Foundation.NSObject>> GetEnumerator();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Foundation.NSObject, Foundation.NSObject>>

Returns

An enumerator that can be used to iterate through the dictionary.

Implements

Applies to