Share via


NSArray<TKey>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the array.

public System.Collections.Generic.IEnumerator<TKey> GetEnumerator();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>

Returns

IEnumerator<TKey>

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

Implements

Applies to