PersonalizationDictionary::IEnumerable::GetEnumerator Method ()

 

Implements the IEnumerable::GetEnumerator method for the PersonalizationDictionary class.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An instance of IEnumerator to enumerate through the items in a personalization dictionary.

The GetEnumerator method directly calls the PersonalizationDictionary class's own GetEnumerator method.

.NET Framework
Available since 2.0
Return to top
Show: