'Declaration Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim value As IEnumerator(Of KeyValuePair(Of TKey,TValue)) value = instance.GetEnumerator()
public IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()
public: IEnumerator<KeyValuePair<TKey*,TValue*>>* GetEnumerator();
public: IEnumerator<KeyValuePair<TKey^,TValue^>>^ GetEnumerator();
Return Value
An enumerator for the dictionary.