'Declaration
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of Keys,String))
'Usage
Dim instance As ShortcutDictionary Dim value As IEnumerator(Of KeyValuePair(Of Keys,String)) value = instance.GetEnumerator()
public IEnumerator<KeyValuePair<Keys,string>> GetEnumerator()
Return Value
A IEnumerator that can be used to iterate through the collection.