Method InsertRange
InsertRange<T>(Collection<T>, int, IEnumerable<T>)
public static void InsertRange<T>(this Collection<T> list, int index, IEnumerable<T> other)
Parameters
list
Collection<T>index
intother
IEnumerable<T>
Type Parameters
T
public static void InsertRange<T>(this Collection<T> list, int index, IEnumerable<T> other)
list
Collection<T>index
intother
IEnumerable<T>T