ProfileInfoCollection::GetEnumerator Method ()
.NET Framework (current version)
Gets an enumerator that can iterate through the ProfileInfoCollection.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator for the entire ProfileInfoCollection.
Implements
IEnumerable::GetEnumerator()Enumerators only allow reading the data in the collection. Enumerators cannot be used to modify the underlying collection. For more information, see IEnumerator.
.NET Framework
Available since 2.0
Available since 2.0
Show: