ProfileInfoCollection::GetEnumerator Method ()

 

Gets an enumerator that can iterate through the ProfileInfoCollection.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
virtual IEnumerator^ GetEnumerator() sealed

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
Return to top
Show: