ProviderCollection::GetEnumerator Method ()
.NET Framework (current version)
Returns an object that implements the IEnumerator interface to iterate through the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Return Value
Type: System.Collections::IEnumerator^An object that implements IEnumerator to iterate through the collection.
Implements
IEnumerable::GetEnumerator()The ProviderCollection class stores its collection in a Hashtable object. The ProviderCollection::GetEnumerator method calls the Hashtable::GetEnumerator method.
.NET Framework
Available since 2.0
Available since 2.0
Show: