GraphPathSerializationDictionary::GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

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

public:
virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<KeyValuePair<String^, String^>>^

A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

Return to top
Show: