protected void Insert( int index, string key, object value )
'Declaration Protected Sub Insert( _ ByVal index As Integer, _ ByVal key As String, _ ByVal value As Object _ )
'Declaration
Protected Sub Insert( _ ByVal index As Integer, _ ByVal key As String, _ ByVal value As Object _ )
'使用法 Dim instance As BaseKeyCollection Dim index As Integer Dim key As String Dim value As Object instance.Insert(index, key, value)
'使用法
Dim instance As BaseKeyCollection Dim index As Integer Dim key As String Dim value As Object instance.Insert(index, key, value)
BaseKeyCollection クラス BaseKeyCollection メンバ
© 2004-2017, GrapeCity inc. All rights reserved.