ISupportsRangeListTInsertRange Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
void InsertRange(
int index,
IEnumerable<T> collection
)
Sub InsertRange (
index As Integer,
collection As IEnumerable(Of T)
)
void InsertRange(
int index,
IEnumerable<T>^ collection
)
abstract InsertRange :
index : int *
collection : IEnumerable<'T> -> unit
Parameters
- index Int32
- The zero-based index at which collection items should be inserted.
- collection IEnumerableT
- The collection to insert into the list.