PersonalizationDictionary.IEnumerable.GetEnumerator Method ()
.NET Framework (current version)
Implements the IEnumerable.GetEnumerator method for the PersonalizationDictionary class.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.IEnumeratorAn instance of IEnumerator to enumerate through the items in a personalization dictionary.
Implements
IEnumerable.GetEnumerator()The GetEnumerator method directly calls the PersonalizationDictionary class's own GetEnumerator method.
.NET Framework
Available since 2.0
Available since 2.0
Show: