GraphNodeIdCollection.IEnumerable<GraphNodeId>.GetEnumerator Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of GraphNodeId)
Implements IEnumerable(Of GraphNodeId).GetEnumerator
IEnumerator<GraphNodeId> IEnumerable<GraphNodeId>.GetEnumerator()
private:
virtual IEnumerator<GraphNodeId^>^ GetEnumerator() sealed = IEnumerable<GraphNodeId^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphNodeId>
private override GetEnumerator : unit -> IEnumerator<GraphNodeId>
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<GraphNodeId>
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.