PersonalizationDictionary::GetEnumerator Method ()

 

Returns an enumerator that can be used to iterate through the entries in the personalization dictionary.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual IDictionaryEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IDictionaryEnumerator^

An IDictionaryEnumerator for the personalization dictionary.

Enumerators can be used to read the data in a collection, but cannot be used to modify the underlying collection. For more information on enumerators, see the IEnumerator interface.

.NET Framework
Available since 2.0
Return to top
Show: