SiteMapNodeCollection::GetEnumerator Method ()

 

Retrieves a reference to an enumerator object, which is used to iterate over the collection.

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

public:
virtual IEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An object that implements the IEnumerator.

.NET Framework
Available since 2.0
Return to top
Show: