Click or drag to resize
BigListT Operators

The BigListT generic type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
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.
Top
See Also