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)

abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator

Return Value

Type: System.Collections.IEnumerator

An object that implements the IEnumerator.

.NET Framework
Available since 2.0
Return to top
Show: