MESCIUS SPREAD for ASP.NET 10.0J
InsertRange メソッド (LightCollection)

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

パラメータ

index
itemsを挿入する位置のインデックス。
items
ライトの配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

LightCollection クラス
LightCollection メンバ

 

 


© MESCIUS inc. All rights reserved.