ArrayList4<E>.

InsertRange(int, IEnumerable<E>) Method

Syntax

public void InsertRange(int index, IEnumerable<E> collection)

Parameters

Name Type Description
index int
collection IEnumerable<E>

Return Value

Type Description
void