SP.EnumerableArray.toArrayList() Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Converts the enumerable array to an ArrayList.
var value = SP.EnumerableArray.toArrayList();
Return Value
Type: ArrayList
The dynamic array that contains all of the elements of the enumerable array.
Remarks
This method returns the dynamic array object that contains all of the elements of the enumerable array.