Share via


NSMutableArray<TValue>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the array.

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

Returns

IEnumerator<TValue>

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

Implements

Applies to