Inserts an Object into the LinkedList at the specified index.
[Visual Basic]
Overrides Overloads Public Function Insert( _
ByVal index As Integer, _
ByVal value As Object _
) As Boolean Implements _
IList2.Insert
true
if the LinkedList is modified; otherwise false
.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.Insert Overload List