GraphPathSerializationDictionary.GetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, String))
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
public final function GetEnumerator() : IEnumerator<KeyValuePair<String, String>>

Return Value

Type: IEnumerator<KeyValuePair<String, String>>
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace