NSMutableArray<TValue>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.