ColumnDefinitionCollection::IEnumerable<ColumnDefinition^>::GetEnumerator Method ()
For a description of this member, see GetEnumerator.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual IEnumerator<ColumnDefinition^>^ GetEnumerator() sealed = IEnumerable<ColumnDefinition^>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<ColumnDefinition^>^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 ColumnDefinitionCollection instance is cast to an IEnumerable<T> interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: