Inserts an
Element at a specified index.
シンタックス
'宣言
Public Overrides Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public override void Insert(
int ,
object
)
パラメータ
- index
- Index where the Element will be inserted.
- value
- Element to add to the list.
参照