List.concat method
Returns a new list consisting of a combination of two arrays.
Syntax
var array = list.concat(item);
Parameters
item
Type: ObjectAdditional items to add to the end of the list.
Return value
Type: Array
An array containing the concatenation of the list and any other supplied items.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |