PersonalizationDictionary::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that can be used to iterate through the entries in the personalization dictionary.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::IDictionaryEnumerator^An IDictionaryEnumerator for the personalization dictionary.
Implements
IDictionary::GetEnumerator()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
Available since 2.0
Show: