ChangeObjectCollectionTInsertRange Method
Insert a range of items at the specified ordinal index.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void InsertRange(
int index,
IEnumerable<T> collection
)
Public Sub InsertRange (
index As Integer,
collection As IEnumerable(Of T)
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The 0-based index at which to insert the new item.
- collection IEnumerableT
-
Reference to the collection of items to insert.