Click or drag to resize
BigListTInsertRange Method
Overload List
  NameDescription
Public methodInsertRange(Int32, IEnumerableT)
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 methodInsertRange(Int32, BigListT)
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.
Top
See Also