Insert(Int32,Object) Method
In This Topic
Inserts an element to the collection at the specified index.
Syntax
'Declaration
Public Overloads Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
'Usage
Dim instance As Elements
Dim index As Integer
Dim e As Object
instance.Insert(index, e)
public virtual void Insert(
int ,
object
)
Parameters
- index
- Index
- e
- Element object
See Also