RowDefinitionCollection.IEnumerable<RowDefinition>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

An IEnumerable<T> object that can be used to iterate through the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the RowDefinitionCollection instance is cast to an IEnumerable<T> interface.

Applies to