'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As Double _ )
'使用法 Dim instance As DoubleCollection Dim index As Integer Dim item As Double instance.Insert(index, item)
public void Insert( int index, double item )
DoubleCollection クラス DoubleCollection メンバ
© 2004-2015, GrapeCity inc. All rights reserved.