Summary

public static void AddList<T>(this List<T> list, List<T> itemsToAdd)

Parameters