public string this[ Keys key ]; {get; set;}
'Declaration Public Default Property Item( _ ByVal key As Keys _ ) As String
'Declaration
Public Default Property Item( _ ByVal key As Keys _ ) As String
'Usage Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Item(key) = value value = instance.Item(key)
'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Item(key) = value value = instance.Item(key)
ShortcutDictionary Class ShortcutDictionary Members