BigListT Operators |
The BigListT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Concatenates two lists together to create a new list. Both lists being concatenated
are unchanged. The resulting list contains all the items in first, followed
by all the items in second.
|