Insert Method (ElementList)
In This Topic
Inserts an
Element at a specified index.
Syntax
'Declaration
Public Overrides Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public override void Insert(
int ,
object
)
Parameters
- index
- Index where the Element will be inserted.
- value
- Element to add to the list.
See Also