Insert(Int32,Object,Boolean) Method
Inserts an element to the collection at the specified index.
'Declaration
Public Overloads Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Boolean _
)
'Usage
Dim instance As Elements
Dim index As Integer
Dim e As Object
Dim noClone As Boolean
instance.Insert(index, e, noClone)
Parameters
- index
- Index
- e
- Element object
- noClone
- Whether to add as is, no cloning