List.concat method

0 out of 1 rated this helpful - Rate this topic

Returns a new list consisting of a combination of two arrays.

Syntax


var array = list.concat(item);

Parameters

item

Type: Object

Additional 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

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.