Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

BigList<(Of <(<'T>)>)>..::..InsertRange Method

Overload List


  Name Description
Public method InsertRange(Int32, IEnumerable<(Of <<'(T>)>>))
Inserts a collection of items at the given index in the BigList. All items at indexes equal to or greater than index increase their indices by the number of items inserted.
Public method InsertRange(Int32, BigList<(Of <<'(T>)>>))
Inserts a BigList of items at the given index in the BigList. All items at indexes equal to or greater than index increase their indices by the number of items inserted.