Share via


GraphNodeCollection.GetEnumerator Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the typed enumerator for this collection

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of GraphNode)
public IEnumerator<GraphNode> GetEnumerator()
public:
virtual IEnumerator<GraphNode^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<GraphNode> 
override GetEnumerator : unit -> IEnumerator<GraphNode> 
public final function GetEnumerator() : IEnumerator<GraphNode>

Return Value

Type: System.Collections.Generic.IEnumerator<GraphNode>
The enumerator

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Microsoft.VisualStudio.GraphModel Namespace