Spread Windows Forms 12.0 Product Documentation
GetEnumerator Method (ShortcutDictionary)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ShortcutDictionary Class : GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
'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()

Return Value

A IEnumerator that can be used to iterate through the collection.
See Also

Reference

ShortcutDictionary Class
ShortcutDictionary Members