ConfigurationPropertyCollection::GetEnumerator Method ()

 

Gets the IEnumerator object as it applies to the collection.

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

public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

Type: System.Collections::IEnumerator^

The IEnumerator object as it applies to the collection

The following example shows how to use the GetEnumerator method.

The following example shows how to call the above method to enumerate the ConfigurationProperty objects in the collection.

.NET Framework
Available since 2.0
Return to top
Show: