Layout<T>.IEnumerable<IView>.GetEnumerator Method

Definition

 virtual System::Collections::Generic::IEnumerator<Microsoft::Maui::IView ^> ^ System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>.GetEnumerator() = System::Collections::Generic::IEnumerable<Microsoft::Maui::IView ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<Microsoft.Maui.IView> IEnumerable<IView>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IView>
override this.System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IView>
Function GetEnumerator () As IEnumerator(Of IView) Implements IEnumerable(Of IView).GetEnumerator

Returns

Implements

Applies to