SP.EnumerableArray(array) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.EnumerableArray class with the specified array.
var value = new EnumerableArray(array);
Parameters
array
Type: Array
A base array for the SP.EnumerableArray class.
Remarks
If array is null , the SP.EnumerableArray object is created with a new, empty array.