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