Insert Method (OwnedFastList)
Inserts the element at the specified index.
protected virtual void Insert(
int ,
object
)
'Declaration
Protected Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The index of the element.
- obj
- The element to insert.