GraphLinkCollection::GetEnumerator Method ()

 

Gets the typed enumerator for this collection

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

public:
virtual IEnumerator<GraphLink^>^ GetEnumerator() sealed

Parameters

Return Value

Type: System.Collections.Generic::IEnumerator<GraphLink^>^

The enumerator

Return to top
Show: