GraphNodeIdCollection::IEnumerable::GetEnumerator Method ()

 

Get our Enumerator. This prevents direct access to the _array

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

The enumerator for this collection

Return to top
Show: