Bridge

Dictionary<(Of <(<'TKey, TValue>)>)>..::..GetEnumerator Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
public:
IEnumerator<KeyValuePair<TKey, TValue>^>^ GetEnumerator()