GraphPathSerializationDictionary::GetEnumerator Method ()
Visual Studio 2015
Returns an enumerator that iterates through the collection.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<KeyValuePair<String^, String^>>^A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()
Show: