SuperTooltip for WinForms
InsertRange メソッド (ElementList)

C1.Win.6 アセンブリ > C1.Framework 名前空間 > ElementList クラス : InsertRange メソッド
要素が挿入されるインデックス。
挿入される要素がある System.Collections.ICollection
コレクションの要素をリストの指定されたインデックスに挿入します。
シンタックス
'宣言
 
Public Overrides Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal c As System.Collections.ICollection _
) 
public override void InsertRange( 
   System.int index,
   System.Collections.ICollection c
)

パラメータ

index
要素が挿入されるインデックス。
c
挿入される要素がある System.Collections.ICollection
参照

ElementList クラス
ElementList メンバ