TableSectionBase<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the items in this TableSectionBase<T> object.

public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Xamarin.Forms.BindableObject)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Xamarin.Forms.BindableObject)>

Returns

Implements

Applies to