operator + abstract method

List<E> operator +(
  1. List<E> other
)

Creates a new CollectiveList by concatenating this list with another.

Implementation

List<E> operator +(List<E> other);