ConfigurationPropertyCollection::GetEnumerator Method ()
.NET Framework (current version)
Gets the IEnumerator object as it applies to the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Return Value
Type: System.Collections::IEnumerator^The IEnumerator object as it applies to the collection
Implements
IEnumerable::GetEnumerator()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
Available since 2.0
Show: