'Declaration Public Sub Add( _ ByVal key As Keys, _ ByVal value As String _ )
'Declaration
Public Sub Add( _ ByVal key As Keys, _ ByVal value As String _ )
'使用法 Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)
'使用法
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)
public void Add( Keys key, string value )
ShortcutDictionary クラス ShortcutDictionary メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.