SiteMapNodeCollection::IEnumerable::GetEnumerator Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an enumerator that iterates through a collection. For a description of this member, see IEnumerable::GetEnumerator.

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

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

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that can be used to iterate through the SiteMapNodeCollection.

.NET Framework
Available since 2.0
Return to top
Show: