Concatenates two lists of the same type.
List<T>
The first input list.
The second input list.
The output list, which consists of the items of the first input list followed by the items of the second input list.