SyncList<TListType>.InsertItem メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーは Collection<T>.InsertItem(Int32, T) をオーバーライドします。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As TListType _
)
'使用
Dim index As Integer
Dim item As TListType
Me.InsertItem(index, item)
protected override void InsertItem(
int index,
TListType item
)
protected:
virtual void InsertItem(
int index,
TListType item
) override
abstract InsertItem :
index:int *
item:'TListType -> unit
override InsertItem :
index:int *
item:'TListType -> unit
protected override function InsertItem(
index : int,
item : TListType
)
パラメーター
- index
型: System.Int32
- item
型: TListType