std:std.collections.List<T>.AddAll

Method AddAll:Void( values:T[] )
Method AddAll:Void( values:C )

Adds all values in an array or container to the end of the list.

Parameters
values values The values to add.
values values The values to add.