'Declaration Protected Function Add( _ ByVal key As String, _ ByVal value As Object _ ) As Integer
'Declaration
Protected Function Add( _ ByVal key As String, _ ByVal value As Object _ ) As Integer
'使用法 Dim instance As BaseKeyCollection Dim key As String Dim value As Object Dim value As Integer value = instance.Add(key, value)
'使用法
Dim instance As BaseKeyCollection Dim key As String Dim value As Object Dim value As Integer value = instance.Add(key, value)
protected int Add( string key, object value )
BaseKeyCollection クラス BaseKeyCollection メンバ
Copyright © 2004 GrapeCity inc.