System.Web.Profile.ProfileInfoCollection.GetEnumerator Method

Gets an enumerator that can iterate through the System.Web.Profile.ProfileInfoCollection.

Syntax

public IEnumerator GetEnumerator ()

Returns

An IEnumerator for the entire System.Web.Profile.ProfileInfoCollection.

Remarks

Enumerators only allow reading the data in the collection. Enumerators cannot be used to modify the underlying collection. For more information, see IEnumerator.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0