PrintDocument for WinForms
Insert メソッド (OwnedFastListBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OwnedFastListBase クラス : Insert メソッド
The index of the element.
The element to insert.
Inserts the element at the specified index.
シンタックス
'宣言
 
Protected Overrides Sub Insert( _
   ByVal index As System.Integer, _
   ByVal obj As System.Object _
) 
'使用法
 
Dim instance As OwnedFastListBase
Dim index As System.Integer
Dim obj As System.Object
 
instance.Insert(index, obj)
protected override void Insert( 
   System.int index,
   System.object obj
)

パラメータ

index
The index of the element.
obj
The element to insert.
参照

OwnedFastListBase クラス
OwnedFastListBase メンバ