When implemented by a class, inserts the elements of the ICollection to the list at the specified position.
[Visual Basic]
Function Insert( _
ByVal index As Integer, _
ByVal collection As ICollection _
) As Boolean
true
if the list is modified; otherwise false
.
Exception Type | Condition |
---|---|
System.NotSupportedException | The list is read-only. -or-The list has a fixed size. |
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace | IList2.Insert Overload List