RowDefinitionCollection::IEnumerable<RowDefinition^>::GetEnumerator Method ()
Returns an enumerator that iterates through the collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual IEnumerator<RowDefinition^>^ GetEnumerator() sealed = IEnumerable<RowDefinition^>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<RowDefinition^>^An IEnumerable<T> object that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the RowDefinitionCollection instance is cast to an IEnumerable<T> interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: