Method InsertRange
InsertRange<T>(Collection<T>, int, IEnumerable<T>)
public static void InsertRange<T>(this Collection<T> list, int index, IEnumerable<T> other)
Parameters
listCollection<T>indexintotherIEnumerable<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