GraphNodeCollection.GetEnumerator Method
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.