UIViewController.GetEnumerator Method

Definition

Returns an enumerator that lists all of the child UIViews

public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator

Returns

An T:System.Collections.IEnumerator of the UIViews that are children of this UIViewController.

Implements

Applies to