ConfigurationElementCollection::GetEnumerator Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an IEnumerator which is used to iterate through the ConfigurationElementCollection.

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

public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator which is used to iterate through the ConfigurationElementCollection.

.NET Framework
Available since 2.0
Return to top
Show: