GetEnumerator Method
Gets an enumerator of key/value pairs for all of the elements in the dictionary
Syntax
public System.Collections.Generic.IEnumerator<KeyValuePair<KeyType,ValueType>> GetEnumerator()Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of KeyType,ValueType))Return Value
An enumertor of all of the elements in the dictionary