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