'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)
public void Add( Keys key, string value )
ShortcutDictionary クラス ShortcutDictionary メンバ
© 2004-2015, GrapeCity inc. All rights reserved.