SelectedNodeCollection.IEnumerable.GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumerator

The enumerator

Implements

IEnumerable.GetEnumerator()

See Also

SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top