public void Add( Keys key, string value )
'Declaration Public Sub Add( _ ByVal key As Keys, _ ByVal value As String _ )
'Declaration
Public Sub Add( _ ByVal key As Keys, _ ByVal value As String _ )
'Usage Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)
'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)
ShortcutDictionary Class ShortcutDictionary Members