PowerTools SPREAD for ASP.NET 8.0J
InsertRange メソッド (DetachmentCollection)

itemsを挿入する位置のインデックス。
Single値の配列。
コレクションの指定したインデックスにSingle値の配列を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As Single _
) 
public void InsertRange( 
   int index,
   float[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
Single値の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)です。
System.ArgumentOutOfRangeExceptionitemsに含まれる一部の値が0未満であるか、4を超えています。
参照

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.