ListSortDescriptionCollection::IEnumerable::GetEnumerator Method ()

 

Gets a System.Collections::IEnumerator that can be used to iterate through the collection.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that can be used to iterate through the collection.

.NET Framework
Available since 2.0
Return to top
Show: