ColumnDefinitionCollection::IEnumerable<ColumnDefinition^>::GetEnumerator Method ()

 

For a description of this member, see GetEnumerator.

Namespace:   System.Windows.Controls
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.

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
Return to top
Show: