Share via


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.

Applies To

SP.EnumerableArray Class

See Also

Reference

SP.EnumerableArray Methods

SP.EnumerableArray Properties

SP Namespace