SP.EnumerableArray.add(obj) Method
Applies to: SharePoint Foundation 2010
Appends a new element to the SP.EnumerableArray object.
SP.EnumerableArray.add(obj);
Parameters
obj
Type: Object
The new element to add.
Remarks
This method adds the new element specified by the obj parameter to the end of the enumerable array.