HtmlElementCollection::GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual IEnumerator^ GetEnumerator() sealed

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: