共用方式為


GraphNodeIdCollection.IEnumerable<GraphNodeId>.GetEnumerator Method

Definition

Get our typed Enumerator. This prevents direct access to the _array

 virtual System::Collections::Generic::IEnumerator<Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.GetEnumerator() = System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNodeId ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.GraphModel.GraphNodeId> IEnumerable<GraphNodeId>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.GraphModel.GraphNodeId>
override this.System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.GraphModel.GraphNodeId>
Function GetEnumerator () As IEnumerator(Of GraphNodeId) Implements IEnumerable(Of GraphNodeId).GetEnumerator

Returns

The enumerator for this collection

Implements

Applies to